summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-01 23:16:36 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-01 23:16:36 +0000
commitac8c0349085210d1f93d4e68b049bfe45399f42e (patch)
tree413ddb1a0bbb3d802fd6af01366ff05c83a88e1f /gtk2_ardour/editor_drag.h
parent68f86316118342847fdbd64f9d829692981b4f4c (diff)
Some small cleanups to dragging.
git-svn-id: svn://localhost/ardour2/branches/3.0@5115 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 6a1561ab70..1d0a366f15 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -176,8 +176,6 @@ protected:
bool check_possible (RouteTimeAxisView **, ARDOUR::layer_t *);
- TimeAxisView* _source_trackview;
- ARDOUR::layer_t _source_layer;
TimeAxisView* _dest_trackview;
ARDOUR::layer_t _dest_layer;
@@ -211,11 +209,7 @@ public:
private:
TimeAxisView* _view;
-
- TimeAxisView* _source_trackview;
- ARDOUR::layer_t _source_layer;
TimeAxisView* _dest_trackview;
- ARDOUR::layer_t _dest_layer;
};
/** Drag of region gain */