summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-10-07 17:48:54 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-10-08 12:50:05 -0400
commit4a1790b75e5078cdbb5aa7639c42da810e479366 (patch)
treec8d5ebecc941300f1e34b73fd3040d4bcfe00ed4 /libs
parentffe06f7d3effa27e792812460fefc6acf5b0b33c (diff)
remove unused per-surface button timer
Diffstat (limited to 'libs')
-rw-r--r--libs/surfaces/mackie/surface.h6
1 files changed, 0 insertions, 6 deletions
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];
};
}