mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 01:24:03 +02:00
rm unused DEFAULT_GATE_THRESHOLD
This commit is contained in:
parent
e2ff738fc3
commit
81b6bb3a2d
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue