mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 23:46:20 +01:00
Remove unused variable
SoftwareMonitoring is handled by AudioTrack::get_input_monitoring_state
This commit is contained in:
parent
a3e30f72f0
commit
7fa7df0111
1 changed files with 0 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue