1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-03 07:33:49 +01:00

Get rid of AutoSaveMinutes pref, as it wasn't actually used correctly.

Now doing autosave on every PushState, ModifyState, and PopState.
This commit is contained in:
v.audacity
2010-06-30 23:19:21 +00:00
parent 60dbfddd06
commit 406594a1dc
3 changed files with 33 additions and 53 deletions

View File

@@ -408,7 +408,6 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
void GetRegionsByLabel( Regions &regions );
void AutoSaveIfNeeded();
void AutoSave();
static bool IsAutoSaveEnabled();
void DeleteCurrentAutoSaveFile();