From a50ba603ab65a3e606d88584cc56dc068c6f3264 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 8 Nov 2014 06:36:45 -0800 Subject: Remove the unused wide-stereo option --- OpenAL32/Include/alMain.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'OpenAL32/Include/alMain.h') 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) -- cgit v1.2.3