aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/Include/alMain.h
diff options
context:
space:
mode:
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r--OpenAL32/Include/alMain.h3
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)