fix some unused argument warnings
[ardour.git] / gtk2_ardour / editor_group_tabs.cc
index 5a1e9c8aaa2cb3bc4fde327ca114e4f24cb4255b..997a115b7120b5d2a659dad39a9045505e15aee4 100644 (file)
@@ -172,7 +172,6 @@ EditorGroupTabs::default_properties () const
        plist.add (Properties::mute, true);
        plist.add (Properties::solo, true);
        plist.add (Properties::recenable, true);
-       plist.add (Properties::edit, true);
 
        return plist;
 }
@@ -201,5 +200,5 @@ EditorGroupTabs::selected_routes () const
 void
 EditorGroupTabs::sync_order_keys ()
 {
-       _editor->_routes->sync_order_keys (UndefinedSort);
+       _editor->_routes->sync_order_keys_from_treeview ();
 }