13
0

remove unused per-surface button timer

This commit is contained in:
Paul Davis 2015-10-07 17:48:54 -04:00
parent ffe06f7d3e
commit 4a1790b75e

View File

@ -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];
};
}