1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-08-09 16:41:14 +02:00

This is not needed after 170f92c

This commit is contained in:
Paul Licameli 2018-03-26 18:02:48 -04:00
parent 15e6792be9
commit 2bd4665461

View File

@ -185,12 +185,6 @@ bool EffectTruncSilence::SetAutomationParameters(CommandParameters & parms)
mActionIndex = ActIndex;
mbIndependent = Independent;
// Readjust for 2.1.0 or before
if (mActionIndex >= nActions)
{
mActionIndex -= nActions;
}
return true;
}