summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_drag.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-06-25 20:58:32 +0000
committerCarl Hetherington <carl@carlh.net>2009-06-25 20:58:32 +0000
commit498afeb63edeb8a5ce0103296ffda4216d64186d (patch)
tree1af722a4075a7df05a67c580a8e5c3d0fe09f1a6 /gtk2_ardour/editor_drag.h
parent8e7a5d77414a40550a28d61abf6eeb1e89a1ec25 (diff)
Various adjustments to make more operations respect the Edit property on route groups.
git-svn-id: svn://localhost/ardour2/branches/3.0@5273 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_drag.h')
-rw-r--r--gtk2_ardour/editor_drag.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/gtk2_ardour/editor_drag.h b/gtk2_ardour/editor_drag.h
index 651f2becdd..b01ba78709 100644
--- a/gtk2_ardour/editor_drag.h
+++ b/gtk2_ardour/editor_drag.h
@@ -114,9 +114,6 @@ public:
return true;
}
- /** Called when a subclass should update the editor's selection following a drag */
- virtual void update_selection () {}
-
protected:
nframes64_t adjusted_current_frame (GdkEvent *) const;
@@ -155,8 +152,6 @@ public:
RegionDrag (Editor *, ArdourCanvas::Item *, RegionView *, std::list<RegionView*> const &);
virtual ~RegionDrag () {}
- void update_selection ();
-
protected:
RegionView* _primary; ///< the view that was clicked on (or whatever) to start the drag