aboutsummaryrefslogtreecommitdiffstats
path: root/Alc/hrtf.cpp
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-01-06 02:49:24 -0800
committerChris Robinson <[email protected]>2019-01-06 02:49:24 -0800
commit98f3e6a16295029129193a073680a70c034703dd (patch)
tree4fe2fdac2ab5facfa58ac3df6e799b5336cc4215 /Alc/hrtf.cpp
parente645d25b62f3c9d465d6750fa86c620615d41999 (diff)
Remove an unnecessary undef
Diffstat (limited to 'Alc/hrtf.cpp')
-rw-r--r--Alc/hrtf.cpp1
1 files changed, 0 insertions, 1 deletions
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
}