diff options
author | Chris Robinson <[email protected]> | 2018-01-11 09:25:17 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-11 09:25:17 -0800 |
commit | 88545ccae5bbae0a95c5b347b8e17a0debe7b1f0 (patch) | |
tree | 4ddef94b0e3e1c3ddc64be9150a662af57093857 /OpenAL32/Include/alMain.h | |
parent | 3832b25f308279539a3748bafdc5056d16e4b291 (diff) |
Move the EffectList array to alEffect.c/h
Diffstat (limited to 'OpenAL32/Include/alMain.h')
-rw-r--r-- | OpenAL32/Include/alMain.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index c11eb6d1..a6a6471b 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -471,14 +471,6 @@ enum AmbiNorm { }; -extern const struct EffectList { - const char *name; - int type; - const char *ename; - ALenum val; -} EffectList[]; - - enum DeviceType { Playback, Capture, |