summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/OldSMF.hpp
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/evoral/OldSMF.hpp
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/evoral/OldSMF.hpp')
-rw-r--r--libs/evoral/evoral/OldSMF.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/libs/evoral/evoral/OldSMF.hpp b/libs/evoral/evoral/OldSMF.hpp
index 9e204be82e..6f265cc313 100644
--- a/libs/evoral/evoral/OldSMF.hpp
+++ b/libs/evoral/evoral/OldSMF.hpp
@@ -19,8 +19,6 @@
#ifndef EVORAL_OLD_SMF_HPP
#define EVORAL_OLD_SMF_HPP
-#include "evoral/MIDIFile.hpp"
-
namespace Evoral {
template<typename Time> class Event;
@@ -30,7 +28,7 @@ template<typename Time> class EventRingBuffer;
/** Standard Midi File (Type 0)
*/
template<typename Time>
-class SMF : public MIDIFile<Time> {
+class SMF {
public:
SMF();
virtual ~SMF();