first vaguely working version using PresentationInfo
[ardour.git] / gtk2_ardour / mixer_ui.h
index e8e7dc5864a4dba73e9a903cbbaf0d7dd2ffa7c8..413e5900f3fc6f126ac1008422bf7fcb560f6c6b 100644 (file)
@@ -320,10 +320,8 @@ class Mixer_UI : public Gtkmm2ext::Tabbable, public PBD::ScopedConnectionList, p
 
        Width _strip_width;
 
-        void sync_order_keys_from_treeview ();
-        void sync_treeview_from_order_keys ();
-        void reset_remote_control_ids ();
-        void reset_order_keys ();
+        void sync_presentation_info_from_treeview ();
+        void sync_treeview_from_presentation_info ();
 
         bool ignore_reorder;