fix meter(s) when mixer-strip is switched to AuxSend
[ardour.git] / gtk2_ardour / mixer_ui.h
index 4f1c6823e76ce5cc9400f9ecebd1e1bc8b627197..db841535b7c10ecd77c741597ccf6d48ff0bf22b 100644 (file)
@@ -250,9 +250,9 @@ class Mixer_UI : public Gtk::Window, public PBD::ScopedConnectionList, public AR
        Width _strip_width;
 
         void sync_order_keys_from_treeview ();
-        void sync_treeview_from_order_keys (ARDOUR::RouteSortOrderKey);
+        void sync_treeview_from_order_keys ();
         void reset_remote_control_ids ();
-        void reset_order_keys (ARDOUR::RouteSortOrderKey);
+        void reset_order_keys ();
 
         bool ignore_reorder;