Fix some unused parameter warnings.
[ardour.git] / libs / ardour / midi_region.cc
index 29357322ead5b2dc69d9dcccacbf523d23acf4b5..910789c7fbfa8c62d77f87a0d1306e55329d01ac 100644 (file)
@@ -142,7 +142,7 @@ MidiRegion::master_read_at (MidiRingBuffer<nframes_t>& out, sframes_t position,
 }
 
 nframes_t
-MidiRegion::_read_at (const SourceList& srcs, MidiRingBuffer<nframes_t>& dst, nframes_t position, nframes_t dur, uint32_t chan_n, NoteMode mode) const
+MidiRegion::_read_at (const SourceList& /*srcs*/, MidiRingBuffer<nframes_t>& dst, nframes_t position, nframes_t dur, uint32_t chan_n, NoteMode mode) const
 {
        nframes_t internal_offset = 0;
        nframes_t src_offset      = 0;