summaryrefslogtreecommitdiff
path: root/libs/evoral/src/OldSMF.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2009-02-14 17:39:49 +0000
committerDavid Robillard <d@drobilla.net>2009-02-14 17:39:49 +0000
commitd4394595896e2f4c91079fa66f15a4e88f66f1d3 (patch)
tree9ee5fec478cb0bba368c9c2f8c9eabe70a4e5d77 /libs/evoral/src/OldSMF.cpp
parent5ffdf1857eec24e37a4164b6ec61e188dbbd4cac (diff)
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
Diffstat (limited to 'libs/evoral/src/OldSMF.cpp')
-rw-r--r--libs/evoral/src/OldSMF.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/evoral/src/OldSMF.cpp b/libs/evoral/src/OldSMF.cpp
index 3e396cff96..1440e3e128 100644
--- a/libs/evoral/src/OldSMF.cpp
+++ b/libs/evoral/src/OldSMF.cpp
@@ -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();