From 2bd46654613920f1c8e366a7456fe123ccc0190d Mon Sep 17 00:00:00 2001 From: Paul Licameli Date: Mon, 26 Mar 2018 18:02:48 -0400 Subject: [PATCH] This is not needed after 170f92c --- src/effects/TruncSilence.cpp | 6 ------ 1 file changed, 6 deletions(-) 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; }