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:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user