Revert inadvertently pushed commit
[ardour.git] / gtk2_ardour / editor_group_tabs.cc
index f58c4a22d61807ee6b8148af59d5bf71d3db9412..aa58ed2f129ef81482c97adaf3b3fd08c4bd7ec5 100644 (file)
@@ -177,19 +177,6 @@ EditorGroupTabs::add_menu_items (Gtk::Menu* m, RouteGroup* g)
        }
 }
 
-PBD::PropertyList
-EditorGroupTabs::default_properties () const
-{
-       PBD::PropertyList plist;
-
-       plist.add (Properties::active, true);
-       plist.add (Properties::mute, true);
-       plist.add (Properties::solo, true);
-       plist.add (Properties::recenable, true);
-
-       return plist;
-}
-
 RouteList
 EditorGroupTabs::selected_routes () const
 {