13
0

no need for return value

This commit is contained in:
Paul Davis 2020-05-03 17:24:47 -06:00
parent 3ac96d3b24
commit 47e83d2799

View File

@ -506,7 +506,7 @@ MidiTrack::export_stuff (BufferSet& buffers,
MidiStateTracker ignored;
/* XXX thsi doesn't fail, other than if the lock cannot be obtained */
uint32_t cnt = mpl->rendered()->read(buffers.get_midi(0), start, start+nframes, ignored, start);
mpl->rendered()->read(buffers.get_midi(0), start, start+nframes, ignored, start);
if (endpoint && !for_export) {
MidiBuffer& buf = buffers.get_midi(0);