rm unused DEFAULT_GATE_THRESHOLD

This commit is contained in:
Zach Pomerantz 2016-09-21 18:04:07 -07:00
parent e2ff738fc3
commit 81b6bb3a2d

View file

@ -59,8 +59,6 @@ static const int RECEIVED_AUDIO_STREAM_CAPACITY_FRAMES = 100;
static const auto DEFAULT_POSITION_GETTER = []{ return Vectors::ZERO; };
static const auto DEFAULT_ORIENTATION_GETTER = [] { return Quaternions::IDENTITY; };
static const int DEFAULT_GATE_THRESHOLD = 1;
static const int DEFAULT_BUFFER_FRAMES = 1;
static const bool DEFAULT_STARVE_DETECTION_ENABLED = true;