mackie: remove mention of "blinkers" concept
authorPaul Davis <paul@linuxaudiosystems.com>
Fri, 29 Jan 2016 23:40:56 +0000 (18:40 -0500)
committerPaul Davis <paul@linuxaudiosystems.com>
Fri, 29 Jan 2016 23:40:56 +0000 (18:40 -0500)
libs/surfaces/mackie/mackie_control_protocol.cc

index a234118226255168aa7f6085b237137b1844bb59..1b35e5af58f78031cf54009ff8b81011315dfd2d 100644 (file)
@@ -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<Button*> (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));
        }