aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 4142a99d..f86d1d5d 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1415,16 +1415,6 @@ void ALCdevice_Unlock(ALCdevice *device)
VCALL0(device->Backend,unlock)();
}
-void LockContext(ALCcontext *context)
-{
- ALCdevice_Lock(context->Device);
-}
-
-void UnlockContext(ALCcontext *context)
-{
- ALCdevice_Unlock(context->Device);
-}
-
/* SetDefaultWFXChannelOrder
*