summaryrefslogtreecommitdiff
path: root/gtk2_ardour/automation_controller.cc
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.cc
parentec1b0890cb6babcdece50133fb3aa77b5acf63f8 (diff)
remove unused GUI signals (confusing dup. name)
Diffstat (limited to 'gtk2_ardour/automation_controller.cc')
-rw-r--r--gtk2_ardour/automation_controller.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/automation_controller.cc b/gtk2_ardour/automation_controller.cc
index 3ae1b2184f..bab1a80b71 100644
--- a/gtk2_ardour/automation_controller.cc
+++ b/gtk2_ardour/automation_controller.cc
@@ -173,7 +173,6 @@ void
AutomationController::start_touch()
{
_controllable->start_touch (_controllable->session().transport_frame());
- StartGesture.emit(); /* EMIT SIGNAL */
}
void
@@ -191,7 +190,6 @@ AutomationController::end_touch ()
_controllable->stop_touch (mark, when);
}
- StopGesture.emit(); /* EMIT SIGNAL */
}
void