mirror of
https://github.com/cookiengineer/audacity
synced 2026-03-02 18:04:23 +01:00
AUP3: Don't molest project file when applying macros
Cliff reported that if you apply a macro to "Files" and you had a "saved project" open at the time, you would get the "not saved properly" dialog when you next open that "saved project". This should correct it...
This commit is contained in:
@@ -75,8 +75,6 @@ public:
|
||||
bool IsTemporary() const;
|
||||
bool IsRecovered() const;
|
||||
|
||||
void Reset();
|
||||
|
||||
bool AutoSave(bool recording = false);
|
||||
bool AutoSaveDelete(sqlite3 *db = nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user