aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2014-11-08 06:36:45 -0800
committerChris Robinson <[email protected]>2014-11-08 06:36:45 -0800
commita50ba603ab65a3e606d88584cc56dc068c6f3264 (patch)
treeeae2f4f2ce686936c0ffb0d267a6050c4ceadc12 /Alc/ALc.c
parentc053617066b7cabc185fa72090dadee2e9801ea5 (diff)
Remove the unused wide-stereo option
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 421143a7..98ff096c 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -1988,10 +1988,6 @@ static ALCenum UpdateDeviceParams(ALCdevice *device, const ALCint *attrList)
TRACE("BS2B disabled\n");
}
- device->Flags &= ~DEVICE_WIDE_STEREO;
- if(device->Type != Loopback && !device->Hrtf && GetConfigValueBool(NULL, "wide-stereo", AL_FALSE))
- device->Flags |= DEVICE_WIDE_STEREO;
-
if(!device->Hrtf && (device->UpdateSize&3))
{
if((CPUCapFlags&CPU_CAP_SSE))