From f78c65984086a182fba325746f5933119d34b81f Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 11 Dec 2019 18:08:01 -0700 Subject: remove MIDI readahead parameter We just don't do this anymore --- gtk2_ardour/rc_option_editor.cc | 10 ---------- 1 file changed, 10 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 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 ( - "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"), -- cgit v1.2.3