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