remove unused GUI signals (confusing dup. name)

This commit is contained in:
Robin Gareus 2016-03-07 17:06:54 +01:00
parent ec1b0890cb
commit bb38d3db4d
2 changed files with 0 additions and 5 deletions

View File

@ -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

View File

@ -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,