aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.h
diff options
context:
space:
mode:
Diffstat (limited to 'alc/alu.h')
-rw-r--r--alc/alu.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/alc/alu.h b/alc/alu.h
index 7b92bba1..b88f7cf5 100644
--- a/alc/alu.h
+++ b/alc/alu.h
@@ -12,8 +12,6 @@ enum class StereoEncoding : unsigned char;
constexpr float GainMixMax{1000.0f}; /* +60dB */
-constexpr float AirAbsorbGainHF{0.99426f}; /* -0.05dB */
-
void aluInit(void);