summaryrefslogtreecommitdiff
path: root/libs/ardour/automation_list.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-08 21:36:42 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-08 21:36:42 +0000
commitd89f209f4a8e94c06de2895ff6fd1830c0e5419d (patch)
treeaeec5ba0e57297fafc8b8e0cf47eb331e355c4b3 /libs/ardour/automation_list.cc
parent1d8b9515009aaae67ba8974fa4a1e034081848c6 (diff)
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
Diffstat (limited to 'libs/ardour/automation_list.cc')
-rw-r--r--libs/ardour/automation_list.cc2
1 files changed, 1 insertions, 1 deletions
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),