Remove excessive printing during note dragging.
[ardour.git] / gtk2_ardour / editor_items.h
index 921c1a51ebb5a8ea39cb2be7efb4c37fcf2a1ae0..722f458dfdda393debb004350747e3779ca327c6 100644 (file)
@@ -30,14 +30,9 @@ enum ItemType {
        RangeMarkerBarItem,
        TransportMarkerBarItem,
        SelectionItem,
-       GainControlPointItem,
+       ControlPointItem,
        GainLineItem,
-       GainAutomationControlPointItem,
-       GainAutomationLineItem,
-       PanAutomationControlPointItem,
-       PanAutomationLineItem,
-       RedirectAutomationControlPointItem,
-       RedirectAutomationLineItem,
+       AutomationLineItem,
        MeterMarkerItem,
        TempoMarkerItem,
        MeterBarItem,
@@ -52,7 +47,7 @@ enum ItemType {
        FadeOutItem,
        FadeOutHandleItem,
        
-       /* <CMT Additions> */
+#ifdef WITH_CMT
        MarkerViewItem,
        MarkerTimeAxisItem,
        MarkerViewHandleStartItem,
@@ -61,8 +56,8 @@ enum ItemType {
        ImageFrameTimeAxisItem,
        ImageFrameHandleStartItem,
        ImageFrameHandleEndItem,
-       /* </CMT Additions> */
-       
+#endif
+
        CrossfadeViewItem,
        
        /* don't remove this */