From c09dc77dfc3a5f0cd6d35b72388a9222e2f2faf3 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Mon, 21 Jan 2013 23:12:58 +0000 Subject: [PATCH] another unusued parameter fix git-svn-id: svn://localhost/ardour2/branches/3.0@13964 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/midi_diskstream.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/ardour/midi_diskstream.cc b/libs/ardour/midi_diskstream.cc index 34547cfbf7..cf54bef82e 100644 --- a/libs/ardour/midi_diskstream.cc +++ b/libs/ardour/midi_diskstream.cc @@ -981,7 +981,7 @@ MidiDiskstream::transport_stopped_wallclock (struct tm& /*when*/, time_t /*twhen } void -MidiDiskstream::transport_looped (framepos_t transport_frame) +MidiDiskstream::transport_looped (framepos_t) { /* Here we only keep track of the number of captured loops so monotonic event times can be delivered to the write source in process(). Trying