summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_controller.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-03-07 17:06:54 +0100
committerRobin Gareus <robin@gareus.org>2016-03-07 17:11:47 +0100
commitbb38d3db4db6c48eb604d0222869e8bbd7a04873 (patch)
tree5ec72b87248aba7ed5e4c035c96581d74dad49b5 /gtk2_ardour/automation_controller.h
parentec1b0890cb6babcdece50133fb3aa77b5acf63f8 (diff)
remove unused GUI signals (confusing dup. name)
Diffstat (limited to 'gtk2_ardour/automation_controller.h')
-rw-r--r--gtk2_ardour/automation_controller.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/automation_controller.h b/gtk2_ardour/automation_controller.h
index c5d64c16c7..d11ade71ef 100644
--- a/gtk2_ardour/automation_controller.h
+++ b/gtk2_ardour/automation_controller.h
@@ -77,9 +77,6 @@ public:
void stop_updating ();
- sigc::signal<void> StartGesture;
- sigc::signal<void> StopGesture;
-
private:
AutomationController (boost::shared_ptr<ARDOUR::Automatable> printer,
boost::shared_ptr<ARDOUR::AutomationControl> ac,