diff options
author | Chris Robinson <[email protected]> | 2013-11-02 12:05:02 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2013-11-02 12:05:02 -0700 |
commit | ddf521eddce2552ca7fdb3ba3255cf8f224489d4 (patch) | |
tree | 7951ad0f6914d2a668b6c3bd35583d2098413276 /Alc/ALc.c | |
parent | 7142e3828f4f6083484c9aa2f0fe1b67f64265d6 (diff) |
Make LockContext and UnlockContext inline again
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 * |