From eb49290dabd5ca317337663ff7e8b25a311b83a8 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 26 Feb 2020 04:58:02 -0800 Subject: Remove unnecessary locks now that the mixer doesn't require one --- alc/backends/base.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'alc/backends/base.h') diff --git a/alc/backends/base.h b/alc/backends/base.h index 3942a673..6887a813 100644 --- a/alc/backends/base.h +++ b/alc/backends/base.h @@ -43,9 +43,6 @@ struct BackendBase { virtual ClockLatency getClockLatency(); - virtual void lock() { mMutex.lock(); } - virtual void unlock() { mMutex.unlock(); } - ALCdevice *mDevice; std::recursive_mutex mMutex; -- cgit v1.2.3