summaryrefslogtreecommitdiff
path: root/gtk2_ardour/selection.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/selection.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/selection.h')
-rw-r--r--gtk2_ardour/selection.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/selection.h b/gtk2_ardour/selection.h
index f0af31eafe..6107e2970a 100644
--- a/gtk2_ardour/selection.h
+++ b/gtk2_ardour/selection.h
@@ -165,8 +165,6 @@ class Selection : public sigc::trackable
void foreach_regionview (void (RegionView::*method)(void));
template<class A> void foreach_region (void (ARDOUR::Region::*method)(A), A arg);
- void select_edit_group_regions ();
-
private:
PublicEditor const * editor;
uint32_t next_time_id;