summaryrefslogtreecommitdiff
path: root/gtk2_ardour/mixer_group_tabs.cc
diff options
context:
space:
mode:
authorBen Loftis <ben@harrisonconsoles.com>2015-03-10 15:54:54 -0500
committerBen Loftis <ben@harrisonconsoles.com>2015-03-10 15:58:01 -0500
commitf214488d0f05af736427cf82868fee4e05e1febb (patch)
tree35e821ad32446e7e89669c64c94d52669a873fb8 /gtk2_ardour/mixer_group_tabs.cc
parenta2b35aa634b7dce6f3047e85f16a0664f71f3695 (diff)
Groups created from the (edit,mix) windows should share the same default properties.
In the past, we chose different defaults in homage to ardour's old mix/edit groups. But that wasn't a very good idea. For now they have all properties enabled and the user can disable them as-needed. It might also be nice to make the user's property selections perist for new groups.
Diffstat (limited to 'gtk2_ardour/mixer_group_tabs.cc')
-rw-r--r--gtk2_ardour/mixer_group_tabs.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/gtk2_ardour/mixer_group_tabs.cc b/gtk2_ardour/mixer_group_tabs.cc
index da227fedbb..4b33f1e346 100644
--- a/gtk2_ardour/mixer_group_tabs.cc
+++ b/gtk2_ardour/mixer_group_tabs.cc
@@ -170,20 +170,6 @@ MixerGroupTabs::routes_for_tab (Tab const * t) const
return routes;
}
-PropertyList
-MixerGroupTabs::default_properties () const
-{
- PropertyList plist;
-
- plist.add (Properties::active, true);
- plist.add (Properties::mute, true);
- plist.add (Properties::solo, true);
- plist.add (Properties::gain, true);
- plist.add (Properties::recenable, true);
-
- return plist;
-}
-
RouteList
MixerGroupTabs::selected_routes () const
{