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

Revert "Fix crashes (sometimes) when closing a project, due to overlays"

This reverts commit a33ca3ec3d.
This commit is contained in:
Paul Licameli
2016-05-12 16:45:08 -04:00
parent 7584decfa0
commit fe11474219

View File

@@ -1124,10 +1124,6 @@ AudacityProject::~AudacityProject()
wxCommandEventHandler(AudacityProject::OnCapture),
NULL,
this);
// Do this before destroying the overlays
delete mRuler;
mRuler = nullptr;
}
AudioIOStartStreamOptions AudacityProject::GetDefaultPlayOptions()