diff options
author | Chris Robinson <[email protected]> | 2011-03-12 20:37:22 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2011-03-12 20:37:22 -0800 |
commit | 8249dc8559aae9762fd3047120abeef0ae0303b6 (patch) | |
tree | 21f46ccc4b7ac85db6bb09203a7722f58954d99b /Alc/ALc.c | |
parent | 59fe4f8a367f9cc916201fbff48c4987e77436f0 (diff) |
Combine multiple lists into one
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 11 |
1 files changed, 0 insertions, 11 deletions
@@ -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; |