mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
VST3 Client: Remove unhelpful jassert
This commit is contained in:
parent
c12ab11ee4
commit
7ab382d357
1 changed files with 0 additions and 3 deletions
|
|
@ -1673,9 +1673,6 @@ private:
|
|||
#endif
|
||||
SharedBase<FUnknown, Vst::IEditController>{});
|
||||
|
||||
if (targetIID == Vst::IRemapParamID::iid)
|
||||
jassertfalse;
|
||||
|
||||
if (result.isOk())
|
||||
return result;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue