From 98f3e6a16295029129193a073680a70c034703dd Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sun, 6 Jan 2019 02:49:24 -0800 Subject: [PATCH] Remove an unnecessary undef --- Alc/hrtf.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Alc/hrtf.cpp b/Alc/hrtf.cpp index 2b66d2f7..8b32989d 100644 --- a/Alc/hrtf.cpp +++ b/Alc/hrtf.cpp @@ -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 }