Browse Source

Minor tidy up of yesterday's VST3 preset commit

tags/2021-05-28
hogliux 9 years ago
parent
commit
1bd850d28d
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp

+ 0
- 2
modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp 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)


Loading…
Cancel
Save