mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
remove UI configuration variable link-editor-and-mixer-selection, and make behaviour be equivalent to this option always being true
This commit is contained in:
parent
d00ab0221a
commit
05cd32a9f0
4 changed files with 2 additions and 11 deletions
|
|
@ -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"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue