mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-29 18:07:42 +01:00
no need for return value
This commit is contained in:
parent
3ac96d3b24
commit
47e83d2799
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue