diff options
author | Chris Robinson <[email protected]> | 2014-07-20 01:27:33 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2014-07-20 01:27:33 -0700 |
commit | 0ff4a9144253a8b6dcaee62dde94ee255e5e879d (patch) | |
tree | 367e67825a6d9da14ce05dc5be1f94935ef06ad2 /OpenAL32/Include/alMidi.h | |
parent | 8592b9371adf5d9ee28acc515e2b99e2f1388b17 (diff) |
Make some functions static
Diffstat (limited to 'OpenAL32/Include/alMidi.h')
-rw-r--r-- | OpenAL32/Include/alMidi.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alMidi.h b/OpenAL32/Include/alMidi.h index f3f623a5..9d9fa6c4 100644 --- a/OpenAL32/Include/alMidi.h +++ b/OpenAL32/Include/alMidi.h @@ -141,8 +141,6 @@ typedef struct ALsoundfont { ALuint id; } ALsoundfont; -void ALsoundfont_Construct(ALsoundfont *self); -void ALsoundfont_Destruct(ALsoundfont *self); ALsoundfont *ALsoundfont_getDefSoundfont(ALCcontext *context); void ALsoundfont_deleteSoundfont(ALsoundfont *self, ALCdevice *device); |