Remove an unnecessary undef

This commit is contained in:
Chris Robinson
2019-01-06 02:49:24 -08:00
parent e645d25b62
commit 98f3e6a162
-1
View File
@@ -420,7 +420,6 @@ void BuildBFormatHrtf(const HrtfEntry *Hrtf, DirectHrtfState *state, const ALsiz
TRACE("Skipped delay: %d, max delay: %d, new FIR length: %d\n",
min_delay, max_delay-min_delay, max_length);
state->IrSize = max_length;
#undef NUM_BANDS
}