Remove abstract MIDIFile interface (maintaining interface with old crap was getting annoying).

git-svn-id: svn://localhost/ardour2/branches/3.0@4553 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-02-14 17:39:49 +00:00
parent 5ffdf1857e
commit d439459589
5 changed files with 12 additions and 77 deletions

View file

@ -312,7 +312,7 @@ SMF<Time>::begin_write()
template<typename Time>
void
SMF<Time>::end_write() throw(typename MIDIFile<Time>::FileError)
SMF<Time>::end_write()
{
flush_header();
flush_footer();