aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/base.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/backends/base.h')
-rw-r--r--alc/backends/base.h3
1 files changed, 0 insertions, 3 deletions
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;