From 8ca9061b308238ba80d82b6960e79fa1ea5cda92 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 7 Dec 2012 15:48:38 +0000 Subject: fix issues with rec-enabling being done in RT context by splitting it into two parts, an RT-safe and RT-unsafe part. along the way, remove "do not record plugins" option which is just so 1999 and creates problems for various (all?) plugin APIs git-svn-id: svn://localhost/ardour2/branches/3.0@13613 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/rc_option_editor.cc | 8 -------- 1 file changed, 8 deletions(-) (limited to 'gtk2_ardour/rc_option_editor.cc') 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 @@ -1448,14 +1448,6 @@ RCOptionEditor::RCOptionEditor () sigc::mem_fun (*_rc_config, &RCConfiguration::set_plugins_stop_with_transport) )); - 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", -- cgit v1.2.3