From c33c988adc909444d4a6995b66878b7ff9c553a7 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Fri, 10 Apr 2020 02:22:44 +0200 Subject: Revert "Another attempt at fixing multi-range export" This reverts commit c5332ddd0092c3a73315923a90c41024c0ad7758. Apparently this is not needed 4f3a95a1da is sufficient. --- libs/ardour/session_transport.cc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/libs/ardour/session_transport.cc b/libs/ardour/session_transport.cc index ef5b832a2b..f136eebc5d 100644 --- a/libs/ardour/session_transport.cc +++ b/libs/ardour/session_transport.cc @@ -1568,11 +1568,6 @@ Session::non_realtime_stop (bool abort, int on_entry, bool& finished) DEBUG_TRACE (DEBUG::Transport, string_compose ("send TSC with speed = %1\n", _transport_speed)); TransportStateChange (); /* EMIT SIGNAL */ AutomationWatch::instance().transport_stop_automation_watches (_transport_sample); - - if (_exporting && !_realtime_export) { - ptw = PostTransportWork (ptw & ~(PostTransportStop)); - set_post_transport_work (ptw); - } } void -- cgit v1.2.3