aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-04-20 03:57:40 -0700
committerChris Robinson <[email protected]>2010-04-20 03:57:40 -0700
commita04dac670ed89aabe05cdfd45649bb4c85b90bda (patch)
tree8c10998cbda049b4e87fc23350edbaf95c2a766c /Alc/ALc.c
parent81dd71dd71aa1b11d3304265acd0728659465ab1 (diff)
Make stereo duplication a property of the device
Further, don't use it with mono/stereo output
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c2
1 files changed, 0 insertions, 2 deletions
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])
{