From b9dcee27e237f3232d7bee2780523e4bd71de128 Mon Sep 17 00:00:00 2001 From: "james.k.crook@gmail.com" Date: Sun, 22 May 2011 19:05:14 +0000 Subject: [PATCH] Ooos. Removed short-circuit of AutoSave that was added for testing AutoSave slowdown. --- src/Project.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Project.cpp b/src/Project.cpp index b6147c621..7a0ad351e 100644 --- a/src/Project.cpp +++ b/src/Project.cpp @@ -4335,7 +4335,6 @@ void AudacityProject::ReleaseKeyboard(wxWindow *w) void AudacityProject::AutoSave() { - return; // To minimize the possibility of race conditions, we first write to a // file with the extension ".tmp", then rename the file to .autosave SonifyBeginAutoSave();