X-Git-Url: https://main.carlh.net/gitweb/?p=ardour.git;a=blobdiff_plain;f=libs%2Fardour%2Fsession_transport.cc;h=3cd5d77709ba08390e9bc7ec2a0c3c51e0445f09;hp=f8f241d11ab8805453fb40f7b533db9a2416176d;hb=cb0d9f5607da6465efa619cc7f5fb2152bf1b498;hpb=274726084da0034aa570cc994a7e59de54a7a0ad 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) {