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:
parent
7eb80b815c
commit
1bd850d28d
1 changed files with 0 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue