From 1c373bd75c3000f922e0f650fea134c503dd6bfc Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Mon, 16 May 2016 15:27:56 +0200 Subject: [PATCH] move unused option heading inside profile-condition --- gtk2_ardour/rc_option_editor.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc index fc340534f4..e98ee2a093 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -2667,10 +2667,9 @@ if (!Profile->get_mixbus()) { sigc::mem_fun (*_rc_config, &RCConfiguration::set_mute_affects_main_outs) )); - add_option (_("Solo & mute"), new OptionEditorHeading (_("Send Routing"))); - if (!ARDOUR::Profile->get_mixbus()) { + add_option (_("Solo & mute"), new OptionEditorHeading (_("Send Routing"))); add_option (_("Solo & mute"), new BoolOption ( "link-send-and-route-panner",