Remove unused source file_changed methods.

git-svn-id: svn://localhost/ardour2/branches/3.0@5917 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-10-25 21:45:19 +00:00
parent 01b761bbaa
commit 4c43ef5e1f
4 changed files with 0 additions and 31 deletions

View file

@ -192,16 +192,6 @@ MidiSource::midi_write (MidiRingBuffer<nframes_t>& source, sframes_t source_star
return ret;
}
bool
MidiSource::file_changed (string path)
{
struct stat stat_file;
int e1 = stat (path.c_str(), &stat_file);
return !e1;
}
void
MidiSource::mark_streaming_midi_write_started (NoteMode mode, sframes_t start_frame)
{