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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user