From 10dbb1bc9b5d5040cb363c5a0dccb8ad273052b9 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Mon, 4 Nov 2013 23:34:18 -0800 Subject: 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. --- Alc/backends/qsa.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Alc/backends/qsa.c') diff --git a/Alc/backends/qsa.c b/Alc/backends/qsa.c index d91ffb2c..ae3ace61 100644 --- a/Alc/backends/qsa.c +++ b/Alc/backends/qsa.c @@ -1109,8 +1109,6 @@ BackendFuncs qsa_funcs= qsa_stop_capture, qsa_capture_samples, qsa_available_samples, - ALCdevice_LockDefault, - ALCdevice_UnlockDefault, qsa_get_latency, }; -- cgit v1.2.3