diff --git a/src/effects/TruncSilence.cpp b/src/effects/TruncSilence.cpp index 511e4e357..500c97cf6 100644 --- a/src/effects/TruncSilence.cpp +++ b/src/effects/TruncSilence.cpp @@ -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; }