summaryrefslogtreecommitdiff
path: root/libs/ardour/session_process.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2017-06-27 15:32:30 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2017-09-18 11:40:53 -0400
commitcb0d9f5607da6465efa619cc7f5fb2152bf1b498 (patch)
tree6b6f2ca44ceb2e77d7a1dc5e49539e2620554a1a /libs/ardour/session_process.cc
parent274726084da0034aa570cc994a7e59de54a7a0ad (diff)
remove InputConfigurationChange from session events, since it is a no-op in this development branch
Diffstat (limited to 'libs/ardour/session_process.cc')
-rw-r--r--libs/ardour/session_process.cc5
1 files changed, 0 insertions, 5 deletions
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;