use syntactic sugar
[ardour.git] / gtk2_ardour / editor_drag.h
index 53006676be767c6a133370a5b09ba8204184898d..7ffb7ef57ed099091a27b4423e26d187bcf91606 100644 (file)
@@ -511,7 +511,6 @@ public:
        void aborted (bool);
 
 private:
-       EditorCursor* line;
 };
 
 /** Drags to create regions */
@@ -760,7 +759,7 @@ private:
        ARDOUR::MeterSection* _real_section;
 
        bool _copy;
-       Editing::SnapType _old_snap_type;
+       Editing::GridType _old_grid_type;
        Editing::SnapMode _old_snap_mode;
        XMLNode* before_state;
 };