aboutsummaryrefslogtreecommitdiffstats
path: root/alc/backends/base.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2020-03-29 23:57:37 -0700
committerChris Robinson <[email protected]>2020-03-29 23:57:37 -0700
commit9b237790b274a9191e0835e84c28de6cefbc2d34 (patch)
tree83c696bb61d947e5c4ab3c79adf2308d918ef29c /alc/backends/base.h
parentd70912c0345e402e8aed9835ce450330cd6a7d36 (diff)
Remove the mutex from the backend base
Diffstat (limited to 'alc/backends/base.h')
-rw-r--r--alc/backends/base.h2
1 files changed, 0 insertions, 2 deletions
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();
};