aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALc.c
diff options
context:
space:
mode:
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r--Alc/ALc.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/Alc/ALc.c b/Alc/ALc.c
index 390856a7..95783e52 100644
--- a/Alc/ALc.c
+++ b/Alc/ALc.c
@@ -507,17 +507,6 @@ static void alc_init(void)
str = GetConfigValue(NULL, "excludefx", "");
if(str[0])
{
- const struct {
- const char *name;
- int type;
- } EffectList[] = {
- { "eaxreverb", EAXREVERB },
- { "reverb", REVERB },
- { "echo", ECHO },
- { "modulator", MODULATOR },
- { "dedicated", DEDICATED },
- { NULL, 0 }
- };
int n;
size_t len;
const char *next = str;