diff options
author | Chris Robinson <[email protected]> | 2018-01-07 22:48:03 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-07 22:48:03 -0800 |
commit | 5d1207104ae4bb1a20ccf72bcdf6b3406c0db6ff (patch) | |
tree | 605bcc130981c9cebfd73930368c8c39c0e394f3 /Alc/ALc.c | |
parent | d547f52d8f4d584e9f6c3b56b8dd59f27e3dfe08 (diff) |
Remove standard reverb specific processing functions
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -1028,8 +1028,6 @@ static void alc_initconfig(void) if(ConfigValueFloat(NULL, "reverb", "boost", &valf)) ReverbBoost *= powf(10.0f, valf / 20.0f); - EmulateEAXReverb = GetConfigValueBool(NULL, "reverb", "emulate-eax", AL_FALSE); - if(((devs=getenv("ALSOFT_DRIVERS")) && devs[0]) || ConfigValueStr(NULL, NULL, "drivers", &devs)) { |