From 1b3100ab9ac24a345b16a03fbad2c3cc2167ce79 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 5 Mar 2017 22:47:29 -0800 Subject: Remove an unused function --- OpenAL32/alSource.c | 1 - 1 file changed, 1 deletion(-) (limited to 'OpenAL32/alSource.c') diff --git a/OpenAL32/alSource.c b/OpenAL32/alSource.c index df0e7136..799ad855 100644 --- a/OpenAL32/alSource.c +++ b/OpenAL32/alSource.c @@ -46,7 +46,6 @@ extern inline void LockSourcesWrite(ALCcontext *context); extern inline void UnlockSourcesWrite(ALCcontext *context); extern inline struct ALsource *LookupSource(ALCcontext *context, ALuint id); extern inline struct ALsource *RemoveSource(ALCcontext *context, ALuint id); -extern inline ALboolean IsPlayingOrPaused(const ALsource *source); static void InitSourceParams(ALsource *Source, ALsizei num_sends); static void DeinitSource(ALsource *source, ALsizei num_sends); -- cgit v1.2.3