diff options
author | Chris Robinson <[email protected]> | 2010-12-02 01:05:29 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-12-02 01:05:29 -0800 |
commit | 30b3f68ddfb3f99b9a03d4785137082d8abe63a8 (patch) | |
tree | 67e6157d92c8c34f2085e1718d59d4a662259f46 /OpenAL32/Include | |
parent | 75552f2765c78e531019c368fd16e7a170e27eb3 (diff) |
Make a function 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 dbf3ef90..5d6f9b98 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -438,8 +438,6 @@ struct ALCcontext_struct ALCcontext *next; }; -ALCvoid ReleaseALC(ALCvoid); - void AppendDeviceList(const ALCchar *name); void AppendAllDeviceList(const ALCchar *name); void AppendCaptureDeviceList(const ALCchar *name); |