diff --git a/libs/surfaces/mackie/surface.h b/libs/surfaces/mackie/surface.h index a0065e3cce..b43c9e3962 100644 --- a/libs/surfaces/mackie/surface.h +++ b/libs/surfaces/mackie/surface.h @@ -198,12 +198,6 @@ public: }; int connection_state; - - /* this times the duration between press+release events for all - possible 127 buttons on THIS surface (not all surfaces). - */ - - ARDOUR::microseconds_t button_timer[127]; }; }