From f762cbff351e1ff0c3b9849b9c099bde345ba123 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 29 Jan 2016 18:40:56 -0500 Subject: mackie: remove mention of "blinkers" concept --- libs/surfaces/mackie/mackie_control_protocol.cc | 4 ---- 1 file changed, 4 deletions(-) diff --git a/libs/surfaces/mackie/mackie_control_protocol.cc b/libs/surfaces/mackie/mackie_control_protocol.cc index a234118226..1b35e5af58 100644 --- a/libs/surfaces/mackie/mackie_control_protocol.cc +++ b/libs/surfaces/mackie/mackie_control_protocol.cc @@ -614,10 +614,6 @@ MackieControlProtocol::update_global_button (int id, LedState ls) if (x != surface->controls_by_device_independent_id.end()) { Button * button = dynamic_cast (x->second); surface->write (button->set_state (ls)); - - if (ls == on) { - // blinkers.erase (id); - } } else { DEBUG_TRACE (DEBUG::MackieControl, string_compose ("Button %1 not found\n", id)); } -- cgit v1.2.3