aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2022-02-08 22:41:44 -0800
committerChris Robinson <[email protected]>2022-02-08 22:41:44 -0800
commit3c9a705210add5aaebd95702035b8ab1fd18fc22 (patch)
tree77435f32ae02d53d3bcd9146164a96368d1a1b38 /alc/alu.h
parent256ea81dbe07f02d008908c90b99896f8eaaf2a5 (diff)
Handle AirAbsorptionGainHF as a native context property
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);