From 5bd63ff03d324f772875611325ee10c8a8df1c3c Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 7 Feb 2017 19:32:49 -0800 Subject: Remove a couple context lock wrapper functions --- Alc/ALc.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'Alc') diff --git a/Alc/ALc.c b/Alc/ALc.c index 94e19267..fcc6d649 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -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)(); -- cgit v1.2.3