From f21e2df4cf0d51fda31f5607e1bf966459d9bf9d Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 20 Sep 2018 22:53:16 -0700 Subject: Remove an unnecessary mutex --- OpenAL32/Include/alMain.h | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 86ac49dc..3a08e8c1 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -827,7 +827,6 @@ struct ALCcontext_struct { ATOMIC(struct ALeffectslotArray*) ActiveAuxSlots; - almtx_t EventThrdLock; althrd_t EventThread; alsem_t EventSem; struct ll_ringbuffer *AsyncEvents; -- cgit v1.2.3