Browse Source

Removed an assertion from VST3 hosting.

tags/2021-05-28
jules 11 years ago
parent
commit
41669fd458
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp

+ 0
- 1
modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp View File

@@ -753,7 +753,6 @@ public:
//==============================================================================
tresult PLUGIN_API setDirty (TBool) override
{
jassertfalse;
return kResultFalse;
}


Loading…
Cancel
Save