add API to get current MIDI option from an audio/MIDI backend
[ardour.git] / libs / ardour / ardour / event_type_map.h
index b3c6b89b3f9f53330fd97af9b5d947807d319a41..02852e9711f627e22d97f7f9742b284af9cbf79d 100644 (file)
@@ -1,6 +1,6 @@
 /*
     Copyright (C) 2000-2007 Paul Davis
-    Author: Dave Robillard
+    Author: David Robillard
 
     This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
@@ -50,10 +50,6 @@ private:
        static EventTypeMap event_type_map;
 };
 
-enum InternalEventType {
-       LoopEventType = 1000
-};
-
 } // namespace ARDOUR
 
 #endif /* __ardour_event_type_map_h__ */