From bb60f84d389690ae9826d052b04b8e61064ef247 Mon Sep 17 00:00:00 2001 From: "v.audacity" Date: Fri, 2 Dec 2011 06:44:56 +0000 Subject: [PATCH] clean-up --- src/Project.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/Project.cpp b/src/Project.cpp index f9ba76e2d..7e628215b 100644 --- a/src/Project.cpp +++ b/src/Project.cpp @@ -4357,13 +4357,10 @@ void AudacityProject::ReleaseKeyboard(wxWindow *w) void AudacityProject::AutoSave() { + // SonifyBeginAutoSave(); // part of RBD's r10680 stuff now backed out + // To minimize the possibility of race conditions, we first write to a // file with the extension ".tmp", then rename the file to .autosave - // FIX-ME: What's up with this no-op cruft that's not #ifdefed for NoteTrack? - // Let's not clutter the code with stuff that's not implemented, and not - // even clear we ever will need it. - //vvvvv (part of RBD's r10680 stuff to back out.) - // SonifyBeginAutoSave(); wxString projName; if (mFileName.IsEmpty())