diff options
author | Chris Robinson <[email protected]> | 2010-04-20 03:57:40 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-04-20 03:57:40 -0700 |
commit | a04dac670ed89aabe05cdfd45649bb4c85b90bda (patch) | |
tree | 8c10998cbda049b4e87fc23350edbaf95c2a766c /Alc/ALc.c | |
parent | 81dd71dd71aa1b11d3304265acd0728659465ab1 (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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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]) { |