summaryrefslogtreecommitdiff
path: root/libs/surfaces
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-10-17 15:58:02 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-10-17 15:58:39 -0400
commit687ac2d2948cd67d5cce2f58f4da085383d0e892 (patch)
treea2e00e64c2e08c78484094f032549c5542e69769 /libs/surfaces
parent84c66c75db676f054b48be68b91820362643a0f3 (diff)
remove unused variable
Diffstat (limited to 'libs/surfaces')
-rw-r--r--libs/surfaces/push2/push2.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/surfaces/push2/push2.h b/libs/surfaces/push2/push2.h
index 38421a10bc..bb34f7c016 100644
--- a/libs/surfaces/push2/push2.h
+++ b/libs/surfaces/push2/push2.h
@@ -520,10 +520,9 @@ class Push2 : public ARDOUR::ControlProtocol
void other_vpot (int, int);
void other_vpot_touch (int, bool);
- /* special Stripables */
+ /* special Stripable */
boost::shared_ptr<ARDOUR::Stripable> master;
- boost::shared_ptr<ARDOUR::Stripable> monitor;
sigc::connection vblank_connection;
bool vblank ();