summaryrefslogtreecommitdiff
path: root/gtk2_ardour/group_tabs.h
diff options
context:
space:
mode:
authorTodd Naugle <tnaugle@blackdog>2015-09-21 14:52:25 -0500
committerTodd Naugle <tnaugle@blackdog>2015-09-21 14:52:25 -0500
commit203a72f8839b0f459385df2b7bf903cc6fe53536 (patch)
tree7256c5671887d0826a0a9dc2566bd80079c1323c /gtk2_ardour/group_tabs.h
parent233c144c2cb0b345f49d9b0f37c3298de86d265a (diff)
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).
Diffstat (limited to 'gtk2_ardour/group_tabs.h')
-rw-r--r--gtk2_ardour/group_tabs.h1
1 files changed, 0 insertions, 1 deletions
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;