1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-09-17 08:40:27 +02:00

Remove comment about 'incremental' fix, as the other known shortcomings are now being tracked.

This commit is contained in:
v.audacity 2013-12-17 04:37:01 +00:00
parent 477ab4245e
commit 27611c5843

View File

@ -162,8 +162,6 @@ bool EffectClickRemoval::Process()
bool EffectClickRemoval::ProcessOne(int count, WaveTrack * track, sampleCount start, sampleCount len) 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) if (len <= windowSize/2)
{ {
wxMessageBox( wxMessageBox(