1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-19 15:44:20 +01:00
This commit is contained in:
v.audacity
2011-12-02 06:44:56 +00:00
parent ee252284c7
commit bb60f84d38

View File

@@ -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())