aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2011-09-14 11:58:51 -0700
committerChris Robinson <[email protected]>2011-09-14 11:58:51 -0700
commitfd22226242e20670096b8e45c9d24542670aa394 (patch)
tree054cc47a7534ba9f46f723e7ebfbd742eecb50d5 /OpenAL32/Include
parentfe1e046ea6bd1881793bb1941220ff9bea1c959c (diff)
Make alcSetError static
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r--OpenAL32/Include/alMain.h2
1 files changed, 0 insertions, 2 deletions
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);