summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2009-05-16 03:20:57 +0000
committerCarl Hetherington <carl@carlh.net>2009-05-16 03:20:57 +0000
commit400d2a86aa728dffe92750fe39ae6cd214eeff35 (patch)
tree5627c3cc84ef35b088955117636f768c897692f8 /gtk2_ardour/rc_option_editor.cc
parentace07c80a81a631eb8ff95155e5ace2751838809 (diff)
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
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 a97e1743d3..1bd437ab8a 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -828,14 +828,6 @@ RCOptionEditor::RCOptionEditor ()
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",
_("Stop at the end of the session"),
mem_fun (*_rc_config, &RCConfiguration::get_stop_at_session_end),