1
0
Fork 0
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:
Anthony Nicholls 2024-11-28 11:09:03 +00:00
parent c12ab11ee4
commit 7ab382d357

View file

@ -1673,9 +1673,6 @@ private:
#endif
SharedBase<FUnknown, Vst::IEditController>{});
if (targetIID == Vst::IRemapParamID::iid)
jassertfalse;
if (result.isOk())
return result;