From 41669fd458e31dde0f43d9f1a5a5ff7b32dc97fa Mon Sep 17 00:00:00 2001 From: jules Date: Wed, 22 Jan 2014 16:15:57 +0000 Subject: [PATCH] Removed an assertion from VST3 hosting. --- .../juce_audio_processors/format_types/juce_VST3PluginFormat.cpp | 1 - 1 file changed, 1 deletion(-) 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; }