From 40b0b216de9df7a23cd2bbc7e257833db40cc877 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 4 Jul 2009 13:44:01 +0000 Subject: Add option to collect a route group, so that its member routes are reordered to be together in the editor. A few cleanups along the way. git-svn-id: svn://localhost/ardour2/branches/3.0@5319 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/ardour/route_group.h | 1 - 1 file changed, 1 deletion(-) (limited to 'libs/ardour/ardour') diff --git a/libs/ardour/ardour/route_group.h b/libs/ardour/ardour/route_group.h index 7b7166decd..75f5af790e 100644 --- a/libs/ardour/ardour/route_group.h +++ b/libs/ardour/ardour/route_group.h @@ -66,7 +66,6 @@ public: gain_t get_min_factor(gain_t factor); int size() { return routes.size();} - ARDOUR::Route * first () const { return *routes.begin();} void set_active (bool yn, void *src); void set_relative (bool yn, void *src); -- cgit v1.2.3