diff options
author | Chris Robinson <[email protected]> | 2014-11-08 06:36:45 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-11-08 06:36:45 -0800 |
commit | a50ba603ab65a3e606d88584cc56dc068c6f3264 (patch) | |
tree | eae2f4f2ce686936c0ffb0d267a6050c4ceadc12 /OpenAL32/Include/alMain.h | |
parent | c053617066b7cabc185fa72090dadee2e9801ea5 (diff) |
Remove the unused wide-stereo option
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 2ec402cb..23980373 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -709,9 +709,6 @@ struct ALCdevice_struct // HRTF was requested by the app #define DEVICE_HRTF_REQUEST (1<<4) -// Stereo sources cover 120-degree angles around +/-90 -#define DEVICE_WIDE_STEREO (1<<16) - // Specifies if the DSP is paused at user request #define DEVICE_PAUSED (1<<30) |