diff --git a/src/ProjectFileIO.cpp b/src/ProjectFileIO.cpp index 658a0791d..ff8fa4ca8 100644 --- a/src/ProjectFileIO.cpp +++ b/src/ProjectFileIO.cpp @@ -2123,11 +2123,7 @@ bool ProjectFileIO::SaveProject( // Try to compact the original project file auto empty = TrackList::Create(&mProject); - Compact( { lastSaved ? lastSaved : empty.get() }, - // Bug 2605: force compaction of the original when saving-as, - // so that the original does not reopen with orphan blocks, - // causing warning dialogs about improper save - true ); + Compact( { lastSaved ? lastSaved : empty.get() } ); // Save to close the original project file now CloseProject();