summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 04d7150ee4..c294744004 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -570,7 +570,7 @@ private:
};
-/** Drag of a cursor */
+/** Drag of the playhead cursor */
class CursorDrag : public Drag
{
public:
@@ -592,13 +592,9 @@ public:
bool y_movement_matters () const {
return false;
}
-
- void setup_pointer_frame_offset ();
private:
- EditorCursor* _cursor; ///< cursor being dragged
bool _stop; ///< true to stop the transport on starting the drag, otherwise false
-
};
/** Region fade-in drag */