From 203a72f8839b0f459385df2b7bf903cc6fe53536 Mon Sep 17 00:00:00 2001 From: Todd Naugle Date: Mon, 21 Sep 2015 14:52:25 -0500 Subject: Create new Groups with a consistent set of default properties. This is part of a larger fix for #6450. Previously new route groups were created with different default properties depending on which code created the new group. The group tab method had all properties set and that is now going to be the default for all other methods (mixer strip button, etc). --- gtk2_ardour/group_tabs.h | 1 - 1 file changed, 1 deletion(-) (limited to 'gtk2_ardour/group_tabs.h') diff --git a/gtk2_ardour/group_tabs.h b/gtk2_ardour/group_tabs.h index 95b3ec5751..41c6cfefee 100644 --- a/gtk2_ardour/group_tabs.h +++ b/gtk2_ardour/group_tabs.h @@ -91,7 +91,6 @@ private: virtual double extent () const = 0; virtual void add_menu_items (Gtk::Menu *, ARDOUR::RouteGroup *) {} - virtual PBD::PropertyList default_properties () const; virtual ARDOUR::RouteList selected_routes () const = 0; virtual void sync_order_keys () = 0; -- cgit v1.2.3