summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 0b6ed5c45f..a6bb807613 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -1450,14 +1450,6 @@ RCOptionEditor::RCOptionEditor ()
add_option (_("Audio"),
new BoolOption (
- "do-not-record-plugins",
- _("Disable plugins during recording"),
- sigc::mem_fun (*_rc_config, &RCConfiguration::get_do_not_record_plugins),
- sigc::mem_fun (*_rc_config, &RCConfiguration::set_do_not_record_plugins)
- ));
-
- add_option (_("Audio"),
- new BoolOption (
"new-plugins-active",
_("Make new plugins active"),
sigc::mem_fun (*_rc_config, &RCConfiguration::get_new_plugins_active),