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/alFilter.c | |
parent | 6ae217d0052bcd1434e573fa16ea325996baf209 (diff) |
Move extern inline declarations to their own C source
Diffstat (limited to 'OpenAL32/alFilter.c')
-rw-r--r-- | OpenAL32/alFilter.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/OpenAL32/alFilter.c b/OpenAL32/alFilter.c index 01da4008..3803fae6 100644 --- a/OpenAL32/alFilter.c +++ b/OpenAL32/alFilter.c @@ -31,9 +31,6 @@ #define FILTER_MIN_GAIN 0.0f #define FILTER_MAX_GAIN 4.0f /* +12dB */ -extern inline void LockFilterList(ALCdevice *device); -extern inline void UnlockFilterList(ALCdevice *device); - static ALfilter *AllocFilter(ALCcontext *context); static void FreeFilter(ALCdevice *device, ALfilter *filter); static void InitFilterParams(ALfilter *filter, ALenum type); |