From 27611c5843ab3365b8569afa9f1e54e37d3802f3 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Tue, 17 Dec 2013 04:37:01 +0000 Subject: [PATCH] Remove comment about 'incremental' fix, as the other known shortcomings are now being tracked. --- src/effects/ClickRemoval.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/effects/ClickRemoval.cpp b/src/effects/ClickRemoval.cpp index 4bbf2908c..670853c7e 100644 --- a/src/effects/ClickRemoval.cpp +++ b/src/effects/ClickRemoval.cpp @@ -162,8 +162,6 @@ bool EffectClickRemoval::Process() bool EffectClickRemoval::ProcessOne(int count, WaveTrack * track, sampleCount start, sampleCount len) { - // This is an incremental improvement. Prior to this, if (len <= windowSize/2), there was no change - // in the result, but no alert to the user. if (len <= windowSize/2) { wxMessageBox(