diff options
author | Chris Robinson <[email protected]> | 2012-03-12 22:46:13 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-03-12 22:46:13 -0700 |
commit | 1f3c1091d3b92272bf00249904c79ac8af495811 (patch) | |
tree | 67e6c423943cc7746eb694052e1a76fd0a7d3aaa /OpenAL32/Include/alMain.h | |
parent | 663b43f4f19d2c7d9ed64800c8086d37451c723b (diff) |
Finalize AL_SOFT_direct_channels
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 20f6d656..3b5e00bb 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -49,11 +49,6 @@ ALC_API void ALC_APIENTRY alcRenderSamplesSOFT(ALCdevice *device, ALCvoid *buffe #endif #endif -#ifndef AL_SOFT_direct_channels -#define AL_SOFT_direct_channels 1 -#define AL_DIRECT_CHANNELS_SOFT 0x1033 -#endif - #ifndef AL_SOFT_deferred_updates #define AL_SOFT_deferred_updates 1 #define AL_DEFERRED_UPDATES_SOFT 0xC002 |