Initial Gain Coefficient tweaks
[ardour.git] / gtk2_ardour / mixer_group_tabs.cc
index da227fedbb1487a4fc60f9811e3014bb1cbbba20..4b33f1e34618c94bb619b0162ba653b2d97b4d37 100644 (file)
@@ -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
 {