mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-15 23:59:37 +02:00
Remove an unused ODLock...
... It became unused long ago at 61177a15ad95cf3f8d1e8eb37518764d8b980307 when libSndFileMutex in FileFormats.cpp took its job
This commit is contained in:
parent
0ef7213a2e
commit
5f61552987
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user