From d89f209f4a8e94c06de2895ff6fd1830c0e5419d Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 8 Jan 2013 21:36:42 +0000 Subject: tentative redesign of MIDI looping, will probably fix #5050 but needs more extensive testing; remove several unused parameter names git-svn-id: svn://localhost/ardour2/branches/3.0@13810 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/automation_list.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libs/ardour/automation_list.cc') 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), -- cgit v1.2.3