summaryrefslogtreecommitdiff
path: root/libs/ardour/async_midi_port.cc
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/ardour/async_midi_port.cc
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/ardour/async_midi_port.cc')
-rw-r--r--libs/ardour/async_midi_port.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/ardour/async_midi_port.cc b/libs/ardour/async_midi_port.cc
index ce32fe2ccc..4ce1bfefbe 100644
--- a/libs/ardour/async_midi_port.cc
+++ b/libs/ardour/async_midi_port.cc
@@ -37,10 +37,6 @@ using namespace ARDOUR;
using namespace std;
using namespace PBD;
-namespace Evoral {
- template class EventRingBuffer<MIDI::timestamp_t>;
-}
-
pthread_t AsyncMIDIPort::_process_thread;
#define port_engine AudioEngine::instance()->port_engine()