forked from AuroraMiddleware/gtk
gtkcontainer: Remove unused GtkForeachData struct
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=619672
This commit is contained in:
parent
da25f8f89d
commit
154e3ba502
@ -1530,14 +1530,6 @@ gtk_container_foreach (GtkContainer *container,
|
||||
class->forall (container, FALSE, callback, callback_data);
|
||||
}
|
||||
|
||||
typedef struct _GtkForeachData GtkForeachData;
|
||||
struct _GtkForeachData
|
||||
{
|
||||
GtkObject *container;
|
||||
GtkCallbackMarshal callback;
|
||||
gpointer callback_data;
|
||||
};
|
||||
|
||||
/**
|
||||
* gtk_container_set_focus_child:
|
||||
* @container: a #GtkContainer
|
||||
|
Loading…
Reference in New Issue
Block a user