Browse Source

VST3: Removed more unused code in the VST3 wrapper

tags/2021-05-28
hogliux 7 years ago
parent
commit
1c7185ed25
1 changed files with 0 additions and 9 deletions
  1. +0
    -9
      modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp

+ 0
- 9
modules/juce_audio_plugin_client/VST3/juce_VST3_Wrapper.cpp View File

@@ -2529,15 +2529,6 @@ struct JucePluginFactory : public IPluginFactory3
return true;
}
bool isClassRegistered (const FUID& cid) const
{
for (int i = 0; i < classes.size(); ++i)
if (classes.getUnchecked (i)->infoW.cid == cid)
return true;
return false;
}
//==============================================================================
JUCE_DECLARE_VST3_COM_REF_METHODS


Loading…
Cancel
Save