summaryrefslogtreecommitdiff
path: root/gtk2_ardour/editor_mixer.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/editor_mixer.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/editor_mixer.cc')
-rw-r--r--gtk2_ardour/editor_mixer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/editor_mixer.cc b/gtk2_ardour/editor_mixer.cc
index a2a8189683..071dca9793 100644
--- a/gtk2_ardour/editor_mixer.cc
+++ b/gtk2_ardour/editor_mixer.cc
@@ -283,7 +283,7 @@ Editor::track_mixer_selection ()
void
Editor::follow_mixer_selection ()
{
- if (!ARDOUR_UI::config()->get_link_editor_and_mixer_selection() || _following_mixer_selection) {
+ if (_following_mixer_selection) {
return;
}