Remove a couple incorrect comments

This commit is contained in:
Chris Robinson
2010-03-10 07:16:53 -08:00
parent df6320eb0a
commit 08b1bed38b
2 changed files with 0 additions and 10 deletions
-1
View File
@@ -958,7 +958,6 @@ another_source:
increment = (ALint)(Pitch*(ALfloat)(1L<<FRACTIONBITS));
if(increment <= 0) increment = (1<<FRACTIONBITS);
/* Compute the gain steps for each output channel */
if(ALSource->FirstStart)
{
for(i = 0;i < OUTPUTCHANNELS;i++)
-9
View File
@@ -37,15 +37,6 @@ static void ConvertData(ALfloat *dst, const ALvoid *src, ALint origBytes, ALsize
static void ConvertDataRear(ALfloat *dst, const ALvoid *src, ALint origBytes, ALsizei len);
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
*/