1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-04-24 23:13:42 +02:00

Remove unused mLastAutoSaveTime cruft. Comment out other no-op cruft.

This commit is contained in:
v.audacity
2011-05-28 00:42:07 +00:00
parent 6e6d709821
commit 1f7a46a620
2 changed files with 8 additions and 7 deletions

View File

@@ -531,9 +531,6 @@ class AUDACITY_DLL_API AudacityProject: public wxFrame,
// Last auto-save file name and path (empty if none)
wxString mAutoSaveFileName;
// When the last auto-save took place (as returned wx wxGetLocalTime)
long mLastAutoSaveTime;
// Are we currently auto-saving or not?
bool mAutoSaving;