remove unused API
This commit is contained in:
parent
4d5fd1af4b
commit
3ec845b1ef
@ -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;
|
||||
|
@ -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 ()
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user