diff options
author | Chris Robinson <[email protected]> | 2018-11-14 00:07:50 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-11-14 00:07:50 -0800 |
commit | b15dcea4bb0a18b1dd5b426a07f237c3c7ff118d (patch) | |
tree | 84476f3deab30700e087201daf897204cad8088a /OpenAL32/alEffect.c | |
parent | 6ae217d0052bcd1434e573fa16ea325996baf209 (diff) |
Move extern inline declarations to their own C source
Diffstat (limited to 'OpenAL32/alEffect.c')
-rw-r--r-- | OpenAL32/alEffect.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/OpenAL32/alEffect.c b/OpenAL32/alEffect.c index 05a6c0a3..67214957 100644 --- a/OpenAL32/alEffect.c +++ b/OpenAL32/alEffect.c @@ -31,10 +31,6 @@ #include "alError.h" -extern inline void LockEffectList(ALCdevice *device); -extern inline void UnlockEffectList(ALCdevice *device); -extern inline ALboolean IsReverbEffect(ALenum type); - const struct EffectList EffectList[EFFECTLIST_SIZE] = { { "eaxreverb", EAXREVERB_EFFECT, AL_EFFECT_EAXREVERB }, { "reverb", REVERB_EFFECT, AL_EFFECT_REVERB }, |