From 0c74a14543a100430517838e147696f1de0de738 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 29 Nov 2014 03:32:25 -0800 Subject: Remove IrSize from DirectParams --- Alc/ALu.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'Alc/ALu.c') diff --git a/Alc/ALu.c b/Alc/ALu.c index 826e7b3a..0f158b6c 100644 --- a/Alc/ALu.c +++ b/Alc/ALu.c @@ -589,7 +589,6 @@ ALvoid CalcNonAttnSourceParams(ALvoice *voice, const ALsource *ALSource, const A } voice->Direct.Counter = 0; voice->Direct.Moving = AL_TRUE; - voice->Direct.Hrtf.IrSize = GetHrtfIrSize(Device->Hrtf); voice->IsHrtf = AL_TRUE; } @@ -1065,7 +1064,6 @@ ALvoid CalcSourceParams(ALvoice *voice, const ALsource *ALSource, const ALCconte voice->Direct.LastDir[1] = dir[1]; voice->Direct.LastDir[2] = dir[2]; } - voice->Direct.Hrtf.IrSize = GetHrtfIrSize(Device->Hrtf); voice->IsHrtf = AL_TRUE; } -- cgit v1.2.3