mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
Remove unused "mark" parameter from stop_touch() API
This commit is contained in:
parent
f04bacdfac
commit
fde0e293a3
27 changed files with 32 additions and 56 deletions
|
|
@ -737,7 +737,7 @@ GainMeterBase::amp_start_touch ()
|
|||
void
|
||||
GainMeterBase::amp_stop_touch ()
|
||||
{
|
||||
_control->stop_touch (false, _control->session().transport_frame());
|
||||
_control->stop_touch (_control->session().transport_frame());
|
||||
effective_gain_display ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue