diff options
author | Chris Robinson <[email protected]> | 2019-01-06 02:49:24 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-01-06 02:49:24 -0800 |
commit | 98f3e6a16295029129193a073680a70c034703dd (patch) | |
tree | 4fe2fdac2ab5facfa58ac3df6e799b5336cc4215 /Alc/hrtf.cpp | |
parent | e645d25b62f3c9d465d6750fa86c620615d41999 (diff) |
Remove an unnecessary undef
Diffstat (limited to 'Alc/hrtf.cpp')
-rw-r--r-- | Alc/hrtf.cpp | 1 |
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 } |