13
0

Remove some unused methods.

git-svn-id: svn://localhost/ardour2/branches/3.0@7164 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-05-26 11:54:25 +00:00
parent c8376522b1
commit 7b8f584167

View File

@ -78,8 +78,6 @@ class MidiDiskstream : public Diskstream
void monitor_input (bool);
MidiRingBuffer<nframes_t>* playback_buffer () { return _playback_buf; }
MidiRingBuffer<nframes_t>* capture_buffer () { return _capture_buf; }
boost::shared_ptr<SMFSource> write_source () { return _write_source; }
int set_destructive (bool yn); // doom!