From 1bd850d28d3ab8442fc9b3ac8e4feacfdd1d375a Mon Sep 17 00:00:00 2001 From: hogliux Date: Tue, 17 May 2016 12:11:04 +0100 Subject: [PATCH] Minor tidy up of yesterday's VST3 preset commit --- .../format_types/juce_VST3PluginFormat.cpp | 2 -- 1 file changed, 2 deletions(-) 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)