mirror of
https://github.com/cookiengineer/audacity
synced 2026-01-02 14:17:07 +01:00
"delete"->"DELETE" in comments, easier to find remaining naked operator delete
This commit is contained in:
@@ -70,7 +70,7 @@ int EffectStereoToMono::GetAudioOutCount()
|
||||
|
||||
bool EffectStereoToMono::Process()
|
||||
{
|
||||
// Do not use mWaveTracks here. We will possibly delete tracks,
|
||||
// Do not use mWaveTracks here. We will possibly DELETE tracks,
|
||||
// so we must use the "real" tracklist.
|
||||
this->CopyInputTracks(); // Set up mOutputTracks.
|
||||
bool bGoodResult = true;
|
||||
|
||||
Reference in New Issue
Block a user