From a1fbb434e80e95e42e1a484a4187fb313b264406 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 14 May 2014 05:27:16 -0700 Subject: Remove a dead assignment --- Alc/mixer_inc.c | 1 - 1 file changed, 1 deletion(-) 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); -- cgit v1.2.3