summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2020-03-23 17:45:55 +0100
committerRobin Gareus <robin@gareus.org>2020-03-23 17:45:55 +0100
commit42cc09af131b892b9db2f3a070f7d9c4fb73d57f (patch)
tree7d3405b621f9d26beb7355c67a69902bb57688ca /gtk2_ardour/rc_option_editor.cc
parentd050256a41b6fc7b70d828e7a35956ba64868744 (diff)
Remove Mixbus Aux-Link special case 2/2
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc18
1 files changed, 8 insertions, 10 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 40580329c8..0024dbc043 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -2699,16 +2699,14 @@ RCOptionEditor::RCOptionEditor ()
));
- if (!ARDOUR::Profile->get_mixbus()) {
- add_option (_("Mixer"), new OptionEditorHeading (_("Send Routing")));
- add_option (_("Mixer"),
- new BoolOption (
- "link-send-and-route-panner",
- _("Link panners of Aux and External Sends with main panner by default"),
- sigc::mem_fun (*_rc_config, &RCConfiguration::get_link_send_and_route_panner),
- sigc::mem_fun (*_rc_config, &RCConfiguration::set_link_send_and_route_panner)
- ));
- }
+ add_option (_("Mixer"), new OptionEditorHeading (_("Send Routing")));
+ add_option (_("Mixer"),
+ new BoolOption (
+ "link-send-and-route-panner",
+ _("Link panners of Aux and External Sends with main panner by default"),
+ sigc::mem_fun (*_rc_config, &RCConfiguration::get_link_send_and_route_panner),
+ sigc::mem_fun (*_rc_config, &RCConfiguration::set_link_send_and_route_panner)
+ ));
/* Signal Flow */