diff options
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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 * |