mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-06 16:50:12 +01:00
Remove comment about 'incremental' fix, as the other known shortcomings are now being tracked.
This commit is contained in:
@@ -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(
|
||||||
|
|||||||
Reference in New Issue
Block a user