aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alEffect.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2018-11-14 00:07:50 -0800
committerChris Robinson <[email protected]>2018-11-14 00:07:50 -0800
commitb15dcea4bb0a18b1dd5b426a07f237c3c7ff118d (patch)
tree84476f3deab30700e087201daf897204cad8088a /OpenAL32/alEffect.c
parent6ae217d0052bcd1434e573fa16ea325996baf209 (diff)
Move extern inline declarations to their own C source
Diffstat (limited to 'OpenAL32/alEffect.c')
-rw-r--r--OpenAL32/alEffect.c4
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 },