1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-25 02:04:23 +00:00

Minor tidy up of yesterday's VST3 preset commit

This commit is contained in:
hogliux 2016-05-17 12:11:04 +01:00
parent 7eb80b815c
commit 1bd850d28d

View file

@ -2472,7 +2472,6 @@ private:
return;
Vst::UnitID programUnitID;
int stepCount;
Vst::ParameterInfo paramInfo = { 0 };
{
@ -2486,7 +2485,6 @@ private:
programParameterID = paramInfo.id;
programUnitID = paramInfo.unitId;
stepCount = paramInfo.stepCount;
}
if (unitInfo != nullptr)