summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorLen Ovens <len@ovenwerks.net>2018-10-19 08:49:30 -0700
committerLen Ovens <len@ovenwerks.net>2018-10-19 08:51:29 -0700
commit777fe3c68fef42d8fee79432830787bcebdfcb59 (patch)
tree4b0d87eea0d882eab29a04256b482fb17dad23b1 /gtk2_ardour/rc_option_editor.cc
parent070f370e40d6257bd5ab6248999701f25af36973 (diff)
Add personal monitor sends
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index b7a6d367bf..08d55a8f0e 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -2697,15 +2697,6 @@ RCOptionEditor::RCOptionEditor ()
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 Controls")));
- add_option (_("Mixer"),
- new BoolOption (
- "hiding-aux-hides-connected-sends",
- _("When Aux Bus is hidden the sends in the prosessor box that feed it will be hidden"),
- sigc::mem_fun (*_rc_config, &RCConfiguration::get_hiding_aux_hides_connected_sends),
- sigc::mem_fun (*_rc_config, &RCConfiguration::set_hiding_aux_hides_connected_sends)
- ));
}
/* Signal Flow */