mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-28 17:37:41 +01:00
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:
parent
5ffdf1857e
commit
d439459589
5 changed files with 12 additions and 77 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue