'libs/midi++2' - Compiler specific changes
[ardour.git] / gtk2_ardour / engine_dialog.h
index 40384888f46efc0ac1e7b4aa91d3b7927175202c..0d7ce29b469f05071a02d8443a5ec5d4b4856adb 100644 (file)
@@ -39,7 +39,7 @@ class EngineControl : public Gtk::VBox {
        EngineControl ();
        ~EngineControl ();
 
-       static bool engine_running ();
+       static bool need_setup ();
        int setup_engine ();
 
        bool was_used() const { return _used; }
@@ -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,8 @@ class EngineControl : public Gtk::VBox {
 
        bool _used;
 
-       void realtime_changed ();
+        static bool engine_running ();
+
        void driver_changed ();
        void build_command_line (std::vector<std::string>&);