From a04dac670ed89aabe05cdfd45649bb4c85b90bda Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Tue, 20 Apr 2010 03:57:40 -0700 Subject: Make stereo duplication a property of the device Further, don't use it with mono/stereo output --- Alc/ALc.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Alc/ALc.c') diff --git a/Alc/ALc.c b/Alc/ALc.c index c4617252..f6dce4d6 100644 --- a/Alc/ALc.c +++ b/Alc/ALc.c @@ -337,8 +337,6 @@ static void alc_init(void) for(i = 0;BackendList[i].Init;i++) BackendList[i].Init(&BackendList[i].Funcs); - DuplicateStereo = GetConfigValueBool(NULL, "stereodup", 0); - str = GetConfigValue(NULL, "excludefx", ""); if(str[0]) { -- cgit v1.2.3