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.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 9e9f263d76..6267956ed7 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -505,7 +505,6 @@ private:
double _cumulative_dx;
};
-#ifdef WITH_VIDEOTIMELINE
/** Container for details about audio regions being dragged along with video */
class AVDraggingView
{
@@ -518,7 +517,6 @@ public:
/** Drag of video offset */
class VideoTimeLineDrag : public Drag
- //TODO , public sigc::trackable
{
public:
VideoTimeLineDrag (Editor *e, ArdourCanvas::Item *i);
@@ -544,7 +542,6 @@ private:
ARDOUR::frameoffset_t _startdrag_video_offset;
ARDOUR::frameoffset_t _max_backwards_drag;
};
-#endif
/** Drag to trim region(s) */
class TrimDrag : public RegionDrag