diff --git a/libs/ardour/route.cc b/libs/ardour/route.cc index d716020309..3eac521d7e 100644 --- a/libs/ardour/route.cc +++ b/libs/ardour/route.cc @@ -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