aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-01-07 22:48:03 -0800
committerChris Robinson <[email protected]>2018-01-07 22:48:03 -0800
commit5d1207104ae4bb1a20ccf72bcdf6b3406c0db6ff (patch)
tree605bcc130981c9cebfd73930368c8c39c0e394f3 /Alc/ALc.c
parentd547f52d8f4d584e9f6c3b56b8dd59f27e3dfe08 (diff)
Remove standard reverb specific processing functions
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 d18a27c7..a5bf731b 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -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))
{