From 9b237790b274a9191e0835e84c28de6cefbc2d34 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 29 Mar 2020 23:57:37 -0700 Subject: Remove the mutex from the backend base --- alc/backends/base.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'alc/backends/base.h') diff --git a/alc/backends/base.h b/alc/backends/base.h index 6887a813..310191b1 100644 --- a/alc/backends/base.h +++ b/alc/backends/base.h @@ -45,8 +45,6 @@ struct BackendBase { ALCdevice *mDevice; - std::recursive_mutex mMutex; - BackendBase(ALCdevice *device) noexcept; virtual ~BackendBase(); }; -- cgit v1.2.3