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:
parent
477ab4245e
commit
27611c5843
@ -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(
|
||||
|
Loading…
x
Reference in New Issue
Block a user