1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-26 02:14:22 +00:00

Removed an assertion from VST3 hosting.

This commit is contained in:
jules 2014-01-22 16:15:57 +00:00
parent 9a54f3a01a
commit 41669fd458

View file

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