mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
remove unused GUI signals (confusing dup. name)
This commit is contained in:
parent
ec1b0890cb
commit
bb38d3db4d
2 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue