diff --git a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp index 5a614e06f0..f7300dc241 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp @@ -753,7 +753,6 @@ public: //============================================================================== tresult PLUGIN_API setDirty (TBool) override { - jassertfalse; return kResultFalse; }