summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_actions.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2016-06-06 12:04:49 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2016-06-06 12:04:49 -0400
commit20d85384c111771701a15e533df5a8b3aa96c544 (patch)
treef14bb932aef753ad4c7b26562d6df203cc646d1b /gtk2_ardour/editor_actions.cc
parentda5119583aca2caec4082e3d13cfb1f687a5989d (diff)
there is no remote model choice anymore - ordering is determined by the GUI
Diffstat (limited to 'gtk2_ardour/editor_actions.cc')
-rw-r--r--gtk2_ardour/editor_actions.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/gtk2_ardour/editor_actions.cc b/gtk2_ardour/editor_actions.cc
index 856d6b889d..c5ad620568 100644
--- a/gtk2_ardour/editor_actions.cc
+++ b/gtk2_ardour/editor_actions.cc
@@ -1711,10 +1711,6 @@ Editor::parameter_changed (std::string p)
}
} else if (p == "show-region-gain") {
set_gain_envelope_visibility ();
- } else if (p == "remote-model") {
- if (_routes) {
- _routes->reset_remote_control_ids ();
- }
} else if (p == "skip-playback") {
Glib::RefPtr<Action> act = ActionManager::get_action (X_("Editor"), X_("toggle-skip-playback"));