aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/backends/mmdevapi.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2013-11-04 23:34:18 -0800
committerChris Robinson <[email protected]>2013-11-04 23:34:18 -0800
commit10dbb1bc9b5d5040cb363c5a0dccb8ad273052b9 (patch)
tree4a83d72f77bd1a1cc4a71bc354af2ca0f7a30771 /Alc/backends/mmdevapi.c
parentca83629e4e9ea322716d8e3115b1ee61204212ad (diff)
Remove the Lock and Unlock methods from BackendFuncs
All backends that still use the old interface use the default locking methods, which is also used by the ALCbackend base.
Diffstat (limited to 'Alc/backends/mmdevapi.c')
-rw-r--r--Alc/backends/mmdevapi.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/Alc/backends/mmdevapi.c b/Alc/backends/mmdevapi.c
index 31be2ed1..8bbbbddb 100644
--- a/Alc/backends/mmdevapi.c
+++ b/Alc/backends/mmdevapi.c
@@ -968,8 +968,6 @@ static const BackendFuncs MMDevApiFuncs = {
NULL,
NULL,
NULL,
- ALCdevice_LockDefault,
- ALCdevice_UnlockDefault,
MMDevApiGetLatency
};