summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2015-04-13 21:55:17 -0400
committerPaul Davis <paul@linuxaudiosystems.com>2015-04-13 21:57:35 -0400
commit05cd32a9f01cfac9cc272b0e518ac7268f6e7f2e (patch)
tree575f07ff0fc0fc18da9c0780e1e8cf21592dc6ea /gtk2_ardour/rc_option_editor.cc
parentd00ab0221ad6e257fe9868890b54324454b6462b (diff)
remove UI configuration variable link-editor-and-mixer-selection, and make behaviour be equivalent to this option always being true
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 4f94b165b0..13f425883e 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1754,14 +1754,6 @@ RCOptionEditor::RCOptionEditor ()
sigc::mem_fun (*_ui_config, &UIConfiguration::set_update_editor_during_summary_drag)
));
- add_option (_("Editor"),
- new BoolOption (
- "link-editor-and-mixer-selection",
- _("Synchronise editor and mixer selection"),
- sigc::mem_fun (*_ui_config, &UIConfiguration::get_link_editor_and_mixer_selection),
- sigc::mem_fun (*_ui_config, &UIConfiguration::set_link_editor_and_mixer_selection)
- ));
-
bo = new BoolOption (
"name-new-markers",
_("Name new markers"),