Don't specify real-time priority when starting JACK (#4946).

git-svn-id: svn://localhost/ardour2/branches/3.0@12924 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2012-06-25 14:41:03 +00:00
parent 97d920593f
commit c7ebac12b1
2 changed files with 0 additions and 31 deletions

View file

@ -49,8 +49,6 @@ class EngineControl : public Gtk::VBox {
private:
Gtk::Adjustment periods_adjustment;
Gtk::SpinButton periods_spinner;
Gtk::Adjustment priority_adjustment;
Gtk::SpinButton priority_spinner;
Gtk::Adjustment ports_adjustment;
Gtk::SpinButton ports_spinner;
Gtk::Adjustment input_latency_adjustment;
@ -97,7 +95,6 @@ class EngineControl : public Gtk::VBox {
bool _used;
void realtime_changed ();
void driver_changed ();
void build_command_line (std::vector<std::string>&);