Remove old special case (ArdourDialog::on_response hides the dialog)

This commit is contained in:
Robin Gareus 2017-04-25 03:55:25 +02:00
parent 7fc73ae67e
commit 87acc60674
2 changed files with 0 additions and 6 deletions

View 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)

View 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__ */