diff options
author | Chris Robinson <[email protected]> | 2018-01-17 18:34:13 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2018-01-17 18:43:23 -0800 |
commit | b56673bbce948b7ea6a79261934abc940119a20a (patch) | |
tree | 49ea00adc9f5170d8bfe733b97acd9e23c75e314 /OpenAL32/Include/alBuffer.h | |
parent | 2102625021112b8bccc34cafb1f189f75b889d61 (diff) |
Make a function static that's only used in one source file
Diffstat (limited to 'OpenAL32/Include/alBuffer.h')
-rw-r--r-- | OpenAL32/Include/alBuffer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/OpenAL32/Include/alBuffer.h b/OpenAL32/Include/alBuffer.h index 7653db6a..5abee8c6 100644 --- a/OpenAL32/Include/alBuffer.h +++ b/OpenAL32/Include/alBuffer.h @@ -105,8 +105,6 @@ typedef struct ALbuffer { ALbuffer *NewBuffer(ALCcontext *context); void DeleteBuffer(ALCdevice *device, ALbuffer *buffer); -ALenum LoadData(ALbuffer *buffer, ALuint freq, ALenum NewFormat, ALsizei frames, enum UserFmtChannels SrcChannels, enum UserFmtType SrcType, const ALvoid *data, ALsizei align, ALboolean storesrc); - inline void LockBuffersRead(ALCdevice *device) { LockUIntMapRead(&device->BufferMap); } inline void UnlockBuffersRead(ALCdevice *device) |