summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_routes.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2009-12-30 12:41:10 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2009-12-30 12:41:10 +0000
commit8a17b0fb9073bb21ef2c718113f9e41359faf4fe (patch)
tree5f107df91c6412b45c715bf7d47d6318f3a50935 /gtk2_ardour/editor_routes.cc
parent59a61c4357b44aa54f03224ae3ba282cf46c0366 (diff)
make generic MIDI control track remote control ID changes; fixup messes in the editor+mixer that caused excessive calls to SyncOrderKey stuff. generic MIDI still doesn't track editor/mixer order changes if we're not syncing both windows
git-svn-id: svn://localhost/ardour2/branches/3.0@6413 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/editor_routes.cc')
-rw-r--r--gtk2_ardour/editor_routes.cc2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/editor_routes.cc b/gtk2_ardour/editor_routes.cc
index 2ee8927fd2..1a55d91573 100644
--- a/gtk2_ardour/editor_routes.cc
+++ b/gtk2_ardour/editor_routes.cc
@@ -892,8 +892,6 @@ EditorRoutes::move_selected_tracks (bool up)
}
_model->reorder (neworder);
-
- _session->sync_order_keys (N_ ("editor"));
}
void