aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alBuffer.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-12-02 01:46:43 -0800
committerChris Robinson <[email protected]>2010-12-02 01:46:43 -0800
commit0bf771633287b70659f1a000f94c0d2d9cd0a8d6 (patch)
tree250be62fbf9a039b203ee5c013dbdd83fbdaea49 /OpenAL32/alBuffer.c
parent3339e5dc6ac0f74474565775a736460dac7c4de1 (diff)
Remove incomplete EXT_buffer_sub_data, as it's (temporarily) superceded by SOFT_buffer_sub_data
The EXT version can come back when other implementations take an interest
Diffstat (limited to 'OpenAL32/alBuffer.c')
-rw-r--r--OpenAL32/alBuffer.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/OpenAL32/alBuffer.c b/OpenAL32/alBuffer.c
index 8f271747..111c4cb2 100644
--- a/OpenAL32/alBuffer.c
+++ b/OpenAL32/alBuffer.c
@@ -449,11 +449,6 @@ AL_API ALvoid AL_APIENTRY alBufferSubDataSOFT(ALuint buffer,ALenum format,const
ProcessContext(Context);
}
-AL_API ALvoid AL_APIENTRY alBufferSubDataEXT(ALuint buffer,ALenum format,const ALvoid *data,ALsizei offset,ALsizei length)
-{
- alBufferSubDataSOFT(buffer, format, data, offset, length);
-}
-
AL_API void AL_APIENTRY alBufferf(ALuint buffer, ALenum eParam, ALfloat flValue)
{