summaryrefslogtreecommitdiff
path: root/libs/ardour/session_state.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/session_state.cc')
-rw-r--r--libs/ardour/session_state.cc13
1 files changed, 3 insertions, 10 deletions
diff --git a/libs/ardour/session_state.cc b/libs/ardour/session_state.cc
index a3460dddfb..6661d33c9a 100644
--- a/libs/ardour/session_state.cc
+++ b/libs/ardour/session_state.cc
@@ -3507,16 +3507,9 @@ Session::config_changed (std::string p, bool ours)
} else if (p == "history-depth") {
set_history_depth (Config->get_history_depth());
} else if (p == "remote-model") {
- switch (Config->get_remote_model()) {
- case UserOrdered:
- break;
- case MixerOrdered:
- sync_remote_id_from_order_keys (MixerSort);
- break;
- case EditorOrdered:
- sync_remote_id_from_order_keys (EditorSort);
- break;
- }
+ /* XXX DO SOMETHING HERE TO TELL THE GUI THAT WE NEED
+ TO SET REMOTE ID'S
+ */
} else if (p == "sync-all-route-ordering") {
/* sync to editor order unless mixer is used for remote IDs