aboutsummaryrefslogtreecommitdiffstats
path: root/OpenAL32/alBuffer.c
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2010-03-10 07:16:53 -0800
committerChris Robinson <[email protected]>2010-03-10 07:16:53 -0800
commit08b1bed38b86aee00b47843854cd9b7a2749c4f8 (patch)
tree5da74cfd3e4c2cdc2fdc42fbef746dd25e1637d2 /OpenAL32/alBuffer.c
parentdf6320eb0afe6c142b6c5da442e351e55ee9dfac (diff)
Remove a couple incorrect comments
Diffstat (limited to 'OpenAL32/alBuffer.c')
-rw-r--r--OpenAL32/alBuffer.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/OpenAL32/alBuffer.c b/OpenAL32/alBuffer.c
index 605e481a..f7f7bdae 100644
--- a/OpenAL32/alBuffer.c
+++ b/OpenAL32/alBuffer.c
@@ -38,15 +38,6 @@ static void ConvertDataRear(ALfloat *dst, const ALvoid *src, ALint origBytes, AL
static void ConvertDataIMA4(ALfloat *dst, const ALvoid *src, ALint origChans, ALsizei len);
/*
- * AL Buffer Functions
- *
- * AL Buffers are shared amoung Contexts, so we store the list of generated Buffers
- * as a global variable in this module. (A valid context is not required to make
- * AL Buffer function calls
- *
- */
-
-/*
* Global Variables
*/