gtkcontainer: Remove unused GtkForeachData struct

Fixes https://bugzilla.gnome.org/show_bug.cgi?id=619672
This commit is contained in:
Javier Jardón 2010-05-27 03:37:32 +02:00
parent da25f8f89d
commit 154e3ba502

View File

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