diff options
author | Chris Robinson <[email protected]> | 2017-02-07 19:32:49 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-02-07 19:32:49 -0800 |
commit | 5bd63ff03d324f772875611325ee10c8a8df1c3c (patch) | |
tree | 20bf58595abd1c7d54514ddfe09ec4c1f6582fc8 /Alc/ALc.c | |
parent | 7cc8ba99f094119d176538325c827cad63140801 (diff) |
Remove a couple context lock wrapper functions
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1496,9 +1496,6 @@ static ALCboolean IsValidALCChannels(ALCenum channels) * Miscellaneous ALC helpers ************************************************/ -extern inline void LockContext(ALCcontext *context); -extern inline void UnlockContext(ALCcontext *context); - void ALCdevice_Lock(ALCdevice *device) { V0(device->Backend,lock)(); |