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:
parent
9a54f3a01a
commit
41669fd458
1 changed files with 0 additions and 1 deletions
|
|
@ -753,7 +753,6 @@ public:
|
|||
//==============================================================================
|
||||
tresult PLUGIN_API setDirty (TBool) override
|
||||
{
|
||||
jassertfalse;
|
||||
return kResultFalse;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue