aboutsummaryrefslogtreecommitdiffstats
path: root/alc/alu.h
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-08-05 11:37:05 -0700
committerChris Robinson <[email protected]>2019-08-05 11:37:05 -0700
commit3154a915b1f811416f3c29c6af0c0f13fc3acd3e (patch)
treeca8f86ca621f06037a360513f30748dac87fe3a0 /alc/alu.h
parent3bc9490fd2861bdb28951bae5af37500e93de7ad (diff)
Remove the ReverbSpeedOfSound hack
No other effect depends on context or listener properties, so reverb being the only exception for speed of sound and meters per unit was putting extra work on the effect engine for no real reason. Especially since the reverb decay time should be the time actual time to decay irrespective of other settings.
Diffstat (limited to 'alc/alu.h')
-rw-r--r--alc/alu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/alc/alu.h b/alc/alu.h
index d569c482..c795c777 100644
--- a/alc/alu.h
+++ b/alc/alu.h
@@ -461,6 +461,5 @@ extern RowMixerFunc MixRowSamples;
extern const ALfloat ConeScale;
extern const ALfloat ZScale;
-extern const ALboolean OverrideReverbSpeedOfSound;
#endif