aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2017-07-25 17:42:16 -0700
committerChris Robinson <[email protected]>2017-07-25 17:42:16 -0700
commite25ba747e60a68f893f4abd7160540d6cab46787 (patch)
tree5602249accd9715c8a92a73047c5216601af55a4
parent11b44d29e64c4fa1046472509d62b212b2126ab1 (diff)
Remove unused macros
-rw-r--r--Alc/hrtf.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/Alc/hrtf.h b/Alc/hrtf.h
index 186ba3b2..5de28f90 100644
--- a/Alc/hrtf.h
+++ b/Alc/hrtf.h
@@ -9,10 +9,6 @@
#include "atomic.h"
-#define HRTFDELAY_BITS (20)
-#define HRTFDELAY_FRACONE (1<<HRTFDELAY_BITS)
-#define HRTFDELAY_MASK (HRTFDELAY_FRACONE-1)
-
/* The maximum number of virtual speakers used to generate HRTF coefficients
* for decoding B-Format.
*/