summaryrefslogtreecommitdiff
path: root/gtk/gtkdialog.h
diff options
context:
space:
mode:
authorMichael Natterer <mitch@imendio.com>2006-05-29 15:07:35 +0000
committerMichael Natterer <mitch@src.gnome.org>2006-05-29 15:07:35 +0000
commit41a5b89d5b93da08daeaf7ad96d9b8859b21bcb2 (patch)
treefbf7e19c626805b1f1e559ef4f13f1657496587a /gtk/gtkdialog.h
parent3170d5a2a7b3b9344087380ec26f8901125ba41a (diff)
downloadgtk+-41a5b89d5b93da08daeaf7ad96d9b8859b21bcb2.tar.gz
removed forgotten declaration of _gtk_dialog_get_response_for_widget(),
2006-05-29 Michael Natterer <mitch@imendio.com> * gtk/gtkdialog.h: removed forgotten declaration of _gtk_dialog_get_response_for_widget(), the function has been made public a long time ago.
Diffstat (limited to 'gtk/gtkdialog.h')
-rw-r--r--gtk/gtkdialog.h2
1 files changed, 0 insertions, 2 deletions
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