mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-09 14:43:57 +01:00
"new"->"NEW" in comments, easier to find remaining naked operator new
This commit is contained in:
@@ -433,7 +433,7 @@ void EffectNoiseRemoval::RotateHistoryWindows()
|
||||
mImagFFTs[i] = mImagFFTs[i-1];
|
||||
}
|
||||
|
||||
// Reuse the last buffers as the new first window
|
||||
// Reuse the last buffers as the NEW first window
|
||||
mSpectrums[0] = lastSpectrum;
|
||||
mGains[0] = lastGain;
|
||||
mRealFFTs[0] = lastRealFFT;
|
||||
|
||||
Reference in New Issue
Block a user