Remove old special case (ArdourDialog::on_response hides the dialog)
authorRobin Gareus <robin@gareus.org>
Tue, 25 Apr 2017 01:55:25 +0000 (03:55 +0200)
committerRobin Gareus <robin@gareus.org>
Tue, 25 Apr 2017 01:55:51 +0000 (03:55 +0200)
gtk2_ardour/ruler_dialog.cc
gtk2_ardour/ruler_dialog.h

index cee831f78d16144c623d4f667d22948e0207359b..bacd2948d7a3b0445bfbde7b2bfd75fecaa06da9 100644 (file)
@@ -60,11 +60,6 @@ RulerDialog::~RulerDialog ()
 {
 }
 
-void
-RulerDialog::on_response (int)
-{
-       hide ();
-}
 
 void
 RulerDialog::connect_action (Gtk::CheckButton& button, std::string const &action_name_part)
index be1db1464983bc684a8b0db6b4c9ed04e76e6c39..ed2e071d05ac66f3df89709b65031a1ac9991cf0 100644 (file)
@@ -48,7 +48,6 @@ class RulerDialog : public ArdourDialog
        Gtk::CheckButton video_button;
 
        void connect_action (Gtk::CheckButton& button, std::string const &action_name_part);
-       void on_response (int);
 };
 
 #endif /* __gtk_ardour_add_route_dialog_h__ */