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 --- Alc/ALc.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Alc') 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)) -- cgit v1.2.3