after the butler has finished work, by definition there is nothing left to do

This commit is contained in:
Paul Davis 2020-01-22 11:16:11 -07:00
parent 3f4021c4ea
commit 9b7db16a0b

View File

@ -723,18 +723,9 @@ Session::butler_completed_transport_work ()
}
/* the butler finished its work so clear all PostTransportWork flags
* reflecting things it may have done.
*/
ptw = PostTransportWork (ptw & ~(PostTransportAdjustPlaybackBuffering|
PostTransportAdjustCaptureBuffering|
PostTransportOverWrite|
PostTransportReverse|
PostTransportRoll|
PostTransportAbort|
PostTransportStop|
PostTransportClearSubstate));
set_post_transport_work (ptw);
set_post_transport_work (PostTransportWork (0));
set_next_event ();