From 275e337a801371ef6ef51db358c0f518c03bf8cd Mon Sep 17 00:00:00 2001 From: Zach Pomerantz Date: Wed, 25 Jan 2017 18:55:54 +0000 Subject: [PATCH] rm unused LOUDNESS_TO_DISTANCE_RATIO --- assignment-client/src/audio/AudioMixer.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/assignment-client/src/audio/AudioMixer.cpp b/assignment-client/src/audio/AudioMixer.cpp index 613b319e78..d826b3a4d3 100644 --- a/assignment-client/src/audio/AudioMixer.cpp +++ b/assignment-client/src/audio/AudioMixer.cpp @@ -36,7 +36,6 @@ #include "AudioMixer.h" -static const float LOUDNESS_TO_DISTANCE_RATIO = 0.00001f; static const float DEFAULT_ATTENUATION_PER_DOUBLING_IN_DISTANCE = 0.5f; // attenuation = -6dB * log2(distance) static const float DEFAULT_NOISE_MUTING_THRESHOLD = 0.003f; static const QString AUDIO_MIXER_LOGGING_TARGET_NAME = "audio-mixer";