aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-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++)