From 41a5b89d5b93da08daeaf7ad96d9b8859b21bcb2 Mon Sep 17 00:00:00 2001 From: Michael Natterer Date: Mon, 29 May 2006 15:07:35 +0000 Subject: removed forgotten declaration of _gtk_dialog_get_response_for_widget(), 2006-05-29 Michael Natterer * gtk/gtkdialog.h: removed forgotten declaration of _gtk_dialog_get_response_for_widget(), the function has been made public a long time ago. --- gtk/gtkdialog.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gtk/gtkdialog.h') diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h index a0ea5713be..0b6b65c158 100644 --- a/gtk/gtkdialog.h +++ b/gtk/gtkdialog.h @@ -171,8 +171,6 @@ gint gtk_dialog_run (GtkDialog *dialog); /* For private use only */ void _gtk_dialog_set_ignore_separator (GtkDialog *dialog, gboolean ignore_separator); -gint _gtk_dialog_get_response_for_widget (GtkDialog *dialog, - GtkWidget *widget); G_END_DECLS -- cgit v1.2.1