remove scroll wheel editing nonsense (tempo)
[ardour.git] / gtk2_ardour / engine_dialog.h
index 8f47f2b5a35d3668cc7c5f4adf0f7754999e13bf..142e1fea18d0ae7ae4f5963401883963a2221ce3 100644 (file)
@@ -109,9 +109,6 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
     bool              have_lm_results;
     bool              lm_running;
 
-    Gtk::Button* cancel_button;
-    Gtk::Button* ok_button;
-
     /* MIDI Tab */
 
     Gtk::VBox midi_vbox;
@@ -307,7 +304,7 @@ class EngineControl : public ArdourDialog, public PBD::ScopedConnectionList {
        sigc::connection output_channels_connection;
 
     void on_show ();
-    void on_response (int);
+    void on_map ();
     void control_app_button_clicked ();
     void start_stop_button_clicked ();
     void update_devices_button_clicked ();