mirror of
https://github.com/cookiengineer/audacity
synced 2025-11-14 09:03:54 +01:00
Remove an unused ODLock...
... It became unused long ago at 61177a15ad
when libSndFileMutex in FileFormats.cpp took its job
This commit is contained in:
@@ -141,9 +141,6 @@ std::unique_ptr<ODManager> ODManager::pMan{};
|
||||
typedef ODManager* (*pfodman)();
|
||||
pfodman ODManager::Instance = &(ODManager::InstanceFirstTime);
|
||||
|
||||
//libsndfile is not threadsafe - this deals with it
|
||||
static ODLock sLibSndFileMutex;
|
||||
|
||||
wxDEFINE_EVENT(EVT_ODTASK_UPDATE, wxCommandEvent);
|
||||
|
||||
//using this with wxStringArray::Sort will give you a list that
|
||||
|
||||
Reference in New Issue
Block a user