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_process.cc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'libs/ardour/session_process.cc') diff --git a/libs/ardour/session_process.cc b/libs/ardour/session_process.cc index 9254a8c1ec..a162303d42 100644 --- a/libs/ardour/session_process.cc +++ b/libs/ardour/session_process.cc @@ -1242,11 +1242,6 @@ Session::process_event (SessionEvent* ev) ev->region.reset (); break; - case SessionEvent::InputConfigurationChange: - add_post_transport_work (PostTransportInputChange); - _butler->schedule_transport_work (); - break; - case SessionEvent::SetPlayAudioRange: set_play_range (ev->audio_range, (ev->speed == 1.0f)); break; -- cgit v1.2.3