From 483fca5e508bd5d98d8eb71504ba9e5a0a513c23 Mon Sep 17 00:00:00 2001 From: Owen Taylor Date: Thu, 20 Sep 2001 15:08:00 +0000 Subject: Small warning cleanups. Thu Sep 20 11:03:51 2001 Owen Taylor * gtk/gtkobject.c gtk/gtklist.c gtk/gtkplug.c gtk/gtksocket.c gtk/gtktreemodelsort.c gtk/gtktreeview.c: Small warning cleanups. * gtk/gtkradiomenuitem.c (gtk_radio_menu_item_get_group): Change the function definition so we don't accidentally rely on the compat #define from gtk_radio_menu_item_group. (#60782, Jeff Franks) --- gtk/gtkplug.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gtk/gtkplug.c') diff --git a/gtk/gtkplug.c b/gtk/gtkplug.c index 2ebbb784ce..736a047a05 100644 --- a/gtk/gtkplug.c +++ b/gtk/gtkplug.c @@ -54,7 +54,9 @@ static void gtk_plug_set_focus (GtkWindow *window, static gboolean gtk_plug_focus (GtkWidget *widget, GtkDirectionType direction); static void gtk_plug_check_resize (GtkContainer *container); +#if 0 static void gtk_plug_accel_entries_changed (GtkWindow *window); +#endif static GdkFilterReturn gtk_plug_filter_func (GdkXEvent *gdk_xevent, GdkEvent *event, gpointer data); -- cgit v1.2.1