avoid unnecessary multiple calls to RouteUI::update_monitoring_state()

This commit is contained in:
Paul Davis 2016-07-04 09:27:28 -04:00
parent d233b33707
commit bca1be28e3

View file

@ -1290,14 +1290,12 @@ void
RouteUI::route_rec_enable_changed ()
{
blink_rec_display (true); //this lets the button change "immediately" rather than wait for the next blink
update_monitoring_display ();
}
void
RouteUI::session_rec_enable_changed ()
{
blink_rec_display (true); //this lets the button change "immediately" rather than wait for the next blink
update_monitoring_display ();
}
void