mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-28 23:48:45 +01:00
This is not needed after 170f92c
This commit is contained in:
@@ -185,12 +185,6 @@ bool EffectTruncSilence::SetAutomationParameters(CommandParameters & parms)
|
|||||||
mActionIndex = ActIndex;
|
mActionIndex = ActIndex;
|
||||||
mbIndependent = Independent;
|
mbIndependent = Independent;
|
||||||
|
|
||||||
// Readjust for 2.1.0 or before
|
|
||||||
if (mActionIndex >= nActions)
|
|
||||||
{
|
|
||||||
mActionIndex -= nActions;
|
|
||||||
}
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user