aboutsummaryrefslogtreecommitdiffstats
path: root/Alc
diff options
context:
space:
mode:
Diffstat (limited to 'Alc')
-rw-r--r--Alc/mixer_inc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/Alc/mixer_inc.c b/Alc/mixer_inc.c
index e9288b29..6bc4eb9b 100644
--- a/Alc/mixer_inc.c
+++ b/Alc/mixer_inc.c
@@ -40,7 +40,6 @@ void MixDirect_Hrtf(DirectParams *params, const ALfloat *restrict data, ALuint s
ALuint pos;
ALuint c;
- pos = 0;
for(c = 0;c < IrSize;c++)
{
Coeffs[c][0] = hrtfparams->Coeffs[c][0] - (hrtfparams->CoeffStep[c][0]*Counter);