summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2019-12-11 18:08:01 -0700
committerPaul Davis <paul@linuxaudiosystems.com>2019-12-11 20:36:10 -0700
commitf78c65984086a182fba325746f5933119d34b81f (patch)
tree7f9cd8ccc3959895bfd7fc00cfd02ffe5d92ca48 /gtk2_ardour/rc_option_editor.cc
parente8b3d38112058ca04619711d6e9b5b065d3a55a6 (diff)
remove MIDI readahead parameter
We just don't do this anymore
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc10
1 files changed, 0 insertions, 10 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index dea14301f2..d172b32eee 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -2880,16 +2880,6 @@ RCOptionEditor::RCOptionEditor ()
add_option (_("MIDI"), new OptionEditorHeading (_("Buffering")));
- add_option (_("MIDI"),
- new SpinOption<float> (
- "midi-readahead",
- _("MIDI read-ahead time (seconds)"),
- sigc::mem_fun (*_rc_config, &RCConfiguration::get_midi_readahead),
- sigc::mem_fun (*_rc_config, &RCConfiguration::set_midi_readahead),
- 0.1, 10, 0.05, 1,
- "", 1.0, 2
- ));
-
add_option (_("MIDI"), new OptionEditorHeading (_("Session")));
add_option (_("MIDI"),