mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-30 18:37:40 +01:00
mackie: remove mention of "blinkers" concept
This commit is contained in:
parent
d5a8825ce8
commit
f762cbff35
1 changed files with 0 additions and 4 deletions
|
|
@ -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));
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue