diff options
author | Chris Robinson <[email protected]> | 2011-09-14 11:58:51 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-09-14 11:58:51 -0700 |
commit | fd22226242e20670096b8e45c9d24542670aa394 (patch) | |
tree | 054cc47a7534ba9f46f723e7ebfbd742eecb50d5 /OpenAL32/Include | |
parent | fe1e046ea6bd1881793bb1941220ff9bea1c959c (diff) |
Make alcSetError static
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
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); |