mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-14 00:14:18 +00:00
AAX: removed plugin code from name list.
This commit is contained in:
parent
9de1ab563b
commit
fe405e8eb8
1 changed files with 0 additions and 1 deletions
|
|
@ -503,7 +503,6 @@ struct AAXClasses
|
|||
{
|
||||
descriptor.AddName (JucePlugin_Desc);
|
||||
descriptor.AddName (JucePlugin_Name);
|
||||
descriptor.AddName (FourCharConst (JucePlugin_PluginCode).asString);
|
||||
descriptor.AddCategory (JucePlugin_AAXCategory);
|
||||
|
||||
check (descriptor.AddProcPtr ((void*) JuceAAX_GUI::Create, kAAX_ProcPtrID_Create_EffectGUI));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue