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)
This commit is contained in:
Owen Taylor
2001-09-19 19:51:54 +00:00
committed by Owen Taylor
parent 231bdf07a5
commit 2893ea15a0
9 changed files with 57 additions and 3 deletions

View File

@ -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,