diff --git a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp index 8fa8d07f18..e050e11041 100644 --- a/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp +++ b/modules/juce_audio_processors/format_types/juce_VST3PluginFormat.cpp @@ -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)