From fd22226242e20670096b8e45c9d24542670aa394 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 14 Sep 2011 11:58:51 -0700 Subject: Make alcSetError static --- OpenAL32/Include/alMain.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'OpenAL32') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index bbe66bd2..40b90383 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -644,8 +644,6 @@ void AppendDeviceList(const ALCchar *name); void AppendAllDeviceList(const ALCchar *name); void AppendCaptureDeviceList(const ALCchar *name); -ALCvoid alcSetError(ALCdevice *device, ALCenum errorCode); - ALCvoid LockDevice(ALCdevice *device); ALCvoid UnlockDevice(ALCdevice *device); ALCvoid LockContext(ALCcontext *context); -- cgit v1.2.3