1
0
mirror of https://github.com/cookiengineer/audacity synced 2026-03-11 08:56:03 +01:00

Remove a ProjectFileIO data member, a stack variable can serve

This commit is contained in:
Paul Licameli
2019-06-07 12:23:09 -04:00
parent aa2850ec49
commit e84dae4093
2 changed files with 6 additions and 8 deletions

View File

@@ -101,9 +101,6 @@ private:
// Last auto-save file name and path (empty if none)
FilePath mAutoSaveFileName;
// The auto-save data dir the project has been recovered from
FilePath mRecoveryAutoSaveDataDir;
// Are we currently auto-saving or not?
bool mAutoSaving{ false };