1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-22 16:41:18 +01:00

Ooos. Removed short-circuit of AutoSave that was added for testing AutoSave slowdown.

This commit is contained in:
james.k.crook@gmail.com
2011-05-22 19:05:14 +00:00
parent 3f68c0b92e
commit b9dcee27e2

View File

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