aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/ALu.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 /Alc/ALu.c
parentdf6320eb0afe6c142b6c5da442e351e55ee9dfac (diff)
Remove a couple incorrect comments
Diffstat (limited to 'Alc/ALu.c')
-rw-r--r--Alc/ALu.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/ALu.c b/Alc/ALu.c
index 1981333c..1e7b639a 100644
--- a/Alc/ALu.c
+++ b/Alc/ALu.c
@@ -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++)