fix to follow changes to evoral/libardour split

This commit is contained in:
Paul Davis
2014-12-03 21:22:53 -05:00
parent 602e390649
commit fb63b3ffc3

View File

@@ -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()