From 400d2a86aa728dffe92750fe39ae6cd214eeff35 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sat, 16 May 2009 03:20:57 +0000 Subject: Remove preferences menu options that have been moved into one or other preferences dialog. git-svn-id: svn://localhost/ardour2/branches/3.0@5085 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 a97e1743d3..1bd437ab8a 100644 --- a/gtk2_ardour/rc_option_editor.cc +++ b/gtk2_ardour/rc_option_editor.cc @@ -826,14 +826,6 @@ RCOptionEditor::RCOptionEditor () mem_fun (*_rc_config, &RCConfiguration::set_create_xrun_marker) )); - add_option (_("Transport"), - new BoolOption ( - "quieten-at-speed", - _("Reduce output level by 12dB during fast forward / rewind"), - mem_fun (*_rc_config, &RCConfiguration::get_quieten_at_speed), - mem_fun (*_rc_config, &RCConfiguration::set_quieten_at_speed) - )); - add_option (_("Transport"), new BoolOption ( "stop-at-session-end", -- cgit v1.2.3