From cb0d9f5607da6465efa619cc7f5fb2152bf1b498 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 27 Jun 2017 15:32:30 -0400 Subject: remove InputConfigurationChange from session events, since it is a no-op in this development branch --- libs/ardour/session_transport.cc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libs/ardour/session_transport.cc') diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc index f8f241d11a..3cd5d77709 100644 --- a/libs/ardour/session_transport.cc +++ b/libs/ardour/session_transport.cc @@ -76,15 +76,6 @@ Session::add_post_transport_work (PostTransportWork ptw) error << "Could not set post transport work! Crazy thread madness, call the programmers" << endmsg; } -void -Session::request_input_change_handling () -{ - if (!(_state_of_the_state & (InitialConnecting|Deletion))) { - SessionEvent* ev = new SessionEvent (SessionEvent::InputConfigurationChange, SessionEvent::Add, SessionEvent::Immediate, 0, 0.0); - queue_event (ev); - } -} - void Session::request_sync_source (Slave* new_slave) { -- cgit v1.2.3