mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Removed an obsolete AAX config.
This commit is contained in:
parent
7786943593
commit
95d9d489a1
2 changed files with 0 additions and 4 deletions
|
|
@ -170,7 +170,6 @@ namespace
|
|||
flags.set ("JucePlugin_AAXIdentifier", project.getAAXIdentifier().toString());
|
||||
flags.set ("JucePlugin_AAXManufacturerCode", "JucePlugin_ManufacturerCode");
|
||||
flags.set ("JucePlugin_AAXProductId", "JucePlugin_PluginCode");
|
||||
flags.set ("JucePlugin_AAXPluginId", "JucePlugin_PluginCode");
|
||||
flags.set ("JucePlugin_AAXCategory", getPluginAAXCategory (project).toString());
|
||||
flags.set ("JucePlugin_AAXDisableBypass", valueToBool (getPluginAAXBypassDisabled (project)));
|
||||
|
||||
|
|
|
|||
|
|
@ -293,9 +293,6 @@
|
|||
#ifndef JucePlugin_AAXProductId
|
||||
#define JucePlugin_AAXProductId JucePlugin_PluginCode
|
||||
#endif
|
||||
#ifndef JucePlugin_AAXPluginId
|
||||
#define JucePlugin_AAXPluginId JucePlugin_PluginCode
|
||||
#endif
|
||||
#ifndef JucePlugin_AAXCategory
|
||||
#define JucePlugin_AAXCategory AAX_ePlugInCategory_Dynamics
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue