summaryrefslogtreecommitdiff
path: root/libs/evoral
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-10-10 15:42:47 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-10-10 15:42:47 +0000
commit2b1cc9656e696dc6f4d38d2a5e6a8583aeef6a43 (patch)
tree01f69d6d8511ddef54b04a55965e8322cd4daea7 /libs/evoral
parent82fb1acf2a00a55ac04422766e723048a4954a2f (diff)
remove incorrect and unnecessary template class declaration from Evoral (added recently)
git-svn-id: svn://localhost/ardour2/branches/3.0@13230 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/evoral')
-rw-r--r--libs/evoral/src/MIDIEvent.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/evoral/src/MIDIEvent.cpp b/libs/evoral/src/MIDIEvent.cpp
index 68236747d2..66a97f73e4 100644
--- a/libs/evoral/src/MIDIEvent.cpp
+++ b/libs/evoral/src/MIDIEvent.cpp
@@ -103,7 +103,6 @@ MIDIEvent<Time>::to_xml() const
#endif // EVORAL_MIDI_XML
template class MIDIEvent<Evoral::MusicalTime>;
-template class MIDIEvent<long long>;
} // namespace Evoral