summaryrefslogtreecommitdiff
path: root/libs/evoral/evoral/OldSMF.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2014-11-30 18:51:24 -0500
committerDavid Robillard <d@drobilla.net>2014-11-30 23:56:19 -0500
commit1693e57e0ee37c6cd74f2feadb3af6249ac6c29d (patch)
tree6ad6ff0ec362b27ae4b8f8f84677f070d906c2cc /libs/evoral/evoral/OldSMF.hpp
parentcf537b97f5d015074578c809a15a38b8d3858d00 (diff)
Move EventRingBuffer to libardour.
This is not used anywhere in Evoral and is just a wrapper around the PBD RingBuffer anyway. Towards a (once again?) independently buildable/testable Evoral and fewer cross-dependencies.
Diffstat (limited to 'libs/evoral/evoral/OldSMF.hpp')
-rw-r--r--libs/evoral/evoral/OldSMF.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/evoral/evoral/OldSMF.hpp b/libs/evoral/evoral/OldSMF.hpp
index ef1c751d04..814f2a06c9 100644
--- a/libs/evoral/evoral/OldSMF.hpp
+++ b/libs/evoral/evoral/OldSMF.hpp
@@ -24,8 +24,6 @@
namespace Evoral {
template<typename Time> class Event;
-template<typename Time> class EventRingBuffer;
-
/** Standard Midi File (Type 0)
*/