13
0

remove unused API

This commit is contained in:
Paul Davis 2019-10-29 21:20:11 -06:00
parent 4d5fd1af4b
commit 3ec845b1ef
2 changed files with 0 additions and 8 deletions

View File

@ -176,7 +176,6 @@ private:
float* gain_buffer,
samplepos_t& start, samplecnt_t cnt,
int channel, bool reversed);
int midi_read (samplepos_t& start, samplecnt_t cnt, bool reversed);
static Sample* _sum_buffer;
static Sample* _mixdown_buffer;

View File

@ -1173,13 +1173,6 @@ DiskReader::get_midi_playback (MidiBuffer& dst, samplepos_t start_sample, sample
#endif
}
/** @a start is set to the new sample position (TIME) read up to */
int
DiskReader::midi_read (samplepos_t& start, samplecnt_t dur, bool reversed)
{
return 0;
}
int
DiskReader::refill_midi ()
{