X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=libs%2Fardour%2Fautomation_list.cc;h=83df92488b02087b3adf6357992ffe57da0224de;hb=06cc5e5240cc2bfeb4e22c742a5705566bd11dbe;hp=00d9f624ed184f36d0493f6ad38e9d7474ffb98f;hpb=9f748df39efbf7c3abc820181dd86fcdea599e37;p=ardour.git diff --git a/libs/ardour/automation_list.cc b/libs/ardour/automation_list.cc index 00d9f624ed..83df92488b 100644 --- a/libs/ardour/automation_list.cc +++ b/libs/ardour/automation_list.cc @@ -204,7 +204,7 @@ AutomationList::start_touch (double when) } void -AutomationList::stop_touch (bool mark, double when) +AutomationList::stop_touch (bool mark, double) { if (g_atomic_int_get (&_touching) == 0) { /* this touch has already been stopped (probably by Automatable::transport_stopped),