From fde0e293a30ed4e689208b456a4431b7bb278eb4 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 24 Jul 2017 01:22:50 +0200 Subject: Remove unused "mark" parameter from stop_touch() API --- libs/ardour/automation_watch.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/automation_watch.cc') diff --git a/libs/ardour/automation_watch.cc b/libs/ardour/automation_watch.cc index d1118e7669..a7a7a36eed 100644 --- a/libs/ardour/automation_watch.cc +++ b/libs/ardour/automation_watch.cc @@ -138,7 +138,7 @@ AutomationWatch::transport_stop_automation_watches (framepos_t when) } for (AutomationWatches::iterator i = tmp.begin(); i != tmp.end(); ++i) { - (*i)->stop_touch (true, when); + (*i)->stop_touch (when); } } -- cgit v1.2.3