13
0

another unusued parameter fix

git-svn-id: svn://localhost/ardour2/branches/3.0@13964 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2013-01-21 23:12:58 +00:00
parent bf5070aed8
commit c09dc77dfc

View File

@ -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