aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/alc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/alc.cpp')
-rw-r--r--Alc/alc.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/alc.cpp b/Alc/alc.cpp
index 00148246..65e77b0d 100644
--- a/Alc/alc.cpp
+++ b/Alc/alc.cpp
@@ -2539,7 +2539,6 @@ static ALvoid InitContext(ALCcontext *Context)
Context->SpeedOfSound = SPEEDOFSOUNDMETRESPERSEC;
Context->MetersPerUnit = AL_DEFAULT_METERS_PER_UNIT;
alsem_init(&Context->EventSem, 0);
- almtx_init(&Context->EventCbLock, almtx_plain);
Context->ExtensionList = alExtList;
@@ -2650,7 +2649,6 @@ ALCcontext_struct::~ALCcontext_struct()
}
TRACE("Freed " SZFMT " listener property object%s\n", count, (count==1)?"":"s");
- almtx_destroy(&EventCbLock);
alsem_destroy(&EventSem);
ll_ringbuffer_free(AsyncEvents);