mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-21 08:27:13 +01:00
RAII for locking the all-projects mutex
This commit is contained in:
@@ -316,9 +316,6 @@ void QuitAudacity(bool bForce)
|
||||
//temporarilly commented out till it is added to all projects
|
||||
//delete Profiler::Instance();
|
||||
|
||||
//DELETE the static lock for audacity projects
|
||||
AudacityProject::DeleteAllProjectsDeleteLock();
|
||||
|
||||
//remove our logger
|
||||
std::unique_ptr<wxLog>{ wxLog::SetActiveTarget(NULL) }; // DELETE
|
||||
|
||||
|
||||
Reference in New Issue
Block a user