remove InputConfigurationChange from session events, since it is a no-op in this...
[ardour.git] / libs / ardour / session_transport.cc
index f8f241d11ab8805453fb40f7b533db9a2416176d..3cd5d77709ba08390e9bc7ec2a0c3c51e0445f09 100644 (file)
@@ -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)
 {