13
0

Revert "Another attempt at fixing multi-range export"

This reverts commit c5332ddd00.
Apparently this is not needed 4f3a95a1da is sufficient.
This commit is contained in:
Robin Gareus 2020-04-10 02:22:44 +02:00
parent 62e2ec49ce
commit c33c988adc
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -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