mirror of
https://github.com/cookiengineer/audacity
synced 2025-08-03 09:29:30 +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)();
|
typedef ODManager* (*pfodman)();
|
||||||
pfodman ODManager::Instance = &(ODManager::InstanceFirstTime);
|
pfodman ODManager::Instance = &(ODManager::InstanceFirstTime);
|
||||||
|
|
||||||
//libsndfile is not threadsafe - this deals with it
|
|
||||||
static ODLock sLibSndFileMutex;
|
|
||||||
|
|
||||||
wxDEFINE_EVENT(EVT_ODTASK_UPDATE, wxCommandEvent);
|
wxDEFINE_EVENT(EVT_ODTASK_UPDATE, wxCommandEvent);
|
||||||
|
|
||||||
//using this with wxStringArray::Sort will give you a list that
|
//using this with wxStringArray::Sort will give you a list that
|
||||||
|
Loading…
x
Reference in New Issue
Block a user