diff options
author | Chris Robinson <[email protected]> | 2009-11-19 09:24:35 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2009-11-19 09:24:35 -0800 |
commit | ff8e09495d846f303479e75d11ef8b2e2957265f (patch) | |
tree | 7f6ebe3956767cfe8ad70946fec537b4411ce429 /OpenAL32/Include/alMain.h | |
parent | e868eef67991f2d858ba4f11836789face0245ad (diff) |
Move aluCart2LUTpos to alu.h
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index bc6c6d8b..c929b358 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -163,9 +163,6 @@ static __inline void al_print(const char *fname, unsigned int line, const char * #define LOWPASSFREQCUTOFF (5000) -#define QUADRANT_NUM 128 -#define LUT_NUM (4 * QUADRANT_NUM) - typedef struct { ALCboolean (*OpenPlayback)(ALCdevice*, const ALCchar*); |