Remove unused "mark" parameter from stop_touch() API
[ardour.git] / gtk2_ardour / gain_meter.cc
index ab90de88628897c6cb3ae6304f659d1c8b841cf2..0b063ff8863c5370181664315e4b6d252769d262 100644 (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 ();
 }