1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-15 09:01:12 +01:00

RAII for locking of WaveTracks

This commit is contained in:
Paul Licameli
2016-04-12 00:31:25 -04:00
parent 48658097d6
commit 1033095696
5 changed files with 46 additions and 46 deletions

View File

@@ -239,8 +239,6 @@ class AUDACITY_DLL_API AudacityProject final : public wxFrame,
void AddImportedTracks(const wxString &fileName,
TrackHolders &&newTracks);
void LockAllBlocks();
void UnlockAllBlocks();
bool Save(bool overwrite = true, bool fromSaveAs = false, bool bWantSaveCompressed = false);
bool SaveAs(bool bWantSaveCompressed = false);
bool SaveAs(const wxString & newFileName, bool bWantSaveCompressed = false, bool addToHistory = true);