diff options
author | Chris Robinson <[email protected]> | 2016-06-01 10:21:16 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2016-06-01 10:21:16 -0700 |
commit | a16d0b192e9833ae0abd6e1e7ef2305c34705497 (patch) | |
tree | 52afa23bd740e138a7a4e9d0c82100608a36e568 /OpenAL32/Include | |
parent | c63d468d4cc738ead65ff7ebc9cf6afcad400ee1 (diff) |
Make a function static
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alSource.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index bb1e6434..a3e84e0e 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -205,7 +205,6 @@ inline struct ALsource *LookupSource(ALCcontext *context, ALuint id) inline struct ALsource *RemoveSource(ALCcontext *context, ALuint id) { return (struct ALsource*)RemoveUIntMapKeyNoLock(&context->SourceMap, id); } -void UpdateSourceProps(ALsource *source, ALuint num_sends, ALCcontext *context); void UpdateAllSourceProps(ALCcontext *context); ALvoid SetSourceState(ALsource *Source, ALCcontext *Context, ALenum state); ALboolean ApplyOffset(ALsource *Source); |