1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-07 15:05:38 +01:00

Remove seeming naked new and deletes in comments and uncompiled code

This commit is contained in:
Paul Licameli
2016-08-09 23:44:00 -04:00
parent 8572b425c1
commit 6e4e710d3b
5 changed files with 12 additions and 15 deletions

View File

@@ -202,7 +202,7 @@ void WaveTrack::SetOffset(double o)
WaveTrack::WaveTrackDisplay WaveTrack::FindDefaultViewMode()
{
// PRL: Bugs 1043, 1044
// 2.1.1 writes a NEW key for this preference, which got new values,
// 2.1.1 writes a NEW key for this preference, which got NEW values,
// to avoid confusing version 2.1.0 if it reads the preference file afterwards.
// Prefer the NEW preference key if it is present