1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-31 08:58:43 +01:00

AUP3: UP-35 Dirty Project-2 bloat retention

Add compaction to SaveProject for the original file.
This commit is contained in:
Leland Lucius
2020-07-27 23:16:27 -05:00
parent f3293fd102
commit 09f7aaad5b
3 changed files with 9 additions and 10 deletions

View File

@@ -83,7 +83,7 @@ public:
bool ImportProject(const FilePath &fileName);
bool LoadProject(const FilePath &fileName);
bool SaveProject(const FilePath &fileName);
bool SaveProject(const FilePath &fileName, const std::shared_ptr<TrackList> &lastSaved);
bool SaveCopy(const FilePath& fileName);
wxLongLong GetFreeDiskSpace();