Remove unused variable

SoftwareMonitoring is handled by AudioTrack::get_input_monitoring_state
This commit is contained in:
Robin Gareus 2020-06-30 23:25:41 +02:00
parent a3e30f72f0
commit 7fa7df0111
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -6185,10 +6185,8 @@ Route::monitoring_state () const
bool const track_rec = _disk_writer->record_enabled ();
bool session_rec;
bool const software_monitor = Config->get_monitoring_model() == SoftwareMonitoring;
bool const auto_input_does_talkback = Config->get_auto_input_does_talkback ();
/* I suspect that just use actively_recording() is good enough all the
* time, but just to keep the semantics the same as they were before
* sept 26th 2012, we differentiate between the cases where punch is