diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-09-19 19:51:54 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-09-19 19:51:54 +0000 |
commit | 2893ea15a0752a54326ac8ae919c16d4abe088a1 (patch) | |
tree | 583feceb607f460d46e59d54bf45b81bca175849 /gtk/gtkwidget.h | |
parent | 231bdf07a52307a5e2ba441c7737085aeaab9917 (diff) | |
download | gtk+-2893ea15a0752a54326ac8ae919c16d4abe088a1.tar.gz |
Add xgettext:no-c-format comment to to handle '99% of the time. (#60473,
Wed Sep 19 15:46:29 2001 Owen Taylor <otaylor@redhat.com>
* gtk/gtkwindow.c: Add xgettext:no-c-format comment to
to handle '99% of the time. (#60473, reported by Christian Rose)
* gtk/gtkwidget.h: Remove prototype for gtk_widget_get_usize()
which no longer exists. (#60379, reported by Vitaly Tishkov)
Diffstat (limited to 'gtk/gtkwidget.h')
-rw-r--r-- | gtk/gtkwidget.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk/gtkwidget.h b/gtk/gtkwidget.h index 068cac33fb..60997c9118 100644 --- a/gtk/gtkwidget.h +++ b/gtk/gtkwidget.h @@ -576,9 +576,6 @@ void gtk_widget_set_uposition (GtkWidget *widget, void gtk_widget_set_usize (GtkWidget *widget, gint width, gint height); -void gtk_widget_get_usize (GtkWidget *widget, - gint *width, - gint *height); #endif void gtk_widget_set_events (GtkWidget *widget, |