aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-02-07 19:32:49 -0800
committerChris Robinson <[email protected]>2017-02-07 19:32:49 -0800
commit5bd63ff03d324f772875611325ee10c8a8df1c3c (patch)
tree20bf58595abd1c7d54514ddfe09ec4c1f6582fc8 /Alc/ALc.c
parent7cc8ba99f094119d176538325c827cad63140801 (diff)
Remove a couple context lock wrapper functions
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c3
1 files changed, 0 insertions, 3 deletions
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)();