diff options
author | Chris Robinson <[email protected]> | 2007-12-31 00:52:34 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2007-12-31 00:52:34 -0800 |
commit | 1e0fa58d79d046ec244289ff8dc59ec188051d21 (patch) | |
tree | f4193e689530cdf83c00b209a03de793073ff586 /OpenAL32/Include | |
parent | f7ef5c169bff8366bb5ea4b245111ace5669109e (diff) |
Remove unused macros
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index f11f8fd9..c6738868 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -1,9 +1,6 @@ #ifndef AL_MAIN_H #define AL_MAIN_H -#define AL_MAX_CHANNELS 4 -#define AL_MAX_SOURCES 32 - #include <string.h> #include "alu.h" @@ -102,7 +99,6 @@ extern char _alDebug[256]; #define AL_FORMAT_51CHN16 0x120B #define SWMIXER_OUTPUT_RATE 44100 -//#define OUTPUT_BUFFER_SIZE (32768*SWMIXER_OUTPUT_RATE/22050) #define SPEEDOFSOUNDMETRESPERSEC (343.3f) |