Remove unused "mark" parameter from stop_touch() API

This commit is contained in:
Robin Gareus 2017-07-24 01:22:50 +02:00
parent f04bacdfac
commit fde0e293a3
27 changed files with 32 additions and 56 deletions

View file

@ -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 ();
}