mackie: stop playing games with start/end range LEDs

This commit is contained in:
Paul Davis
2016-02-01 12:22:23 -05:00
parent ca813315bf
commit d98021624f

View File

@@ -1335,11 +1335,6 @@ MackieControlProtocol::notify_transport_state_changed()
update_global_button (Button::Rewind, session->transport_speed() < 0.0);
update_global_button (Button::Ffwd, session->transport_speed() > 1.0);
/* turn off any LEDs for range buttons */
update_global_button (Button::Drop, off);
update_global_button (Button::Replace, off);
// sometimes a return to start leaves time code at old time
_timecode_last = string (10, ' ');