summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-21 23:12:58 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-21 23:12:58 +0000
commitc09dc77dfc3a5f0cd6d35b72388a9222e2f2faf3 (patch)
tree41ca4b311f2a6f2a37ed899fd3f06e0c9cc376c0 /libs
parentbf5070aed847cdeccb9003a555cfebe89d6c830d (diff)
another unusued parameter fix
git-svn-id: svn://localhost/ardour2/branches/3.0@13964 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/midi_diskstream.cc2
1 files changed, 1 insertions, 1 deletions
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