summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-04-11 19:49:29 +0200
committerRobin Gareus <robin@gareus.org>2013-04-11 19:49:48 +0200
commit66ee2c8e597ca9a07d614cf56b4002e5303e3645 (patch)
tree9131785c3f5d4b419f127f9f6726b820d8de4fae /gtk2_ardour/editor_drag.h
parentb7c617b0578ec7e8d75dcd604c316459d6ac0708 (diff)
enable videotimeline by default
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