[gtk+] gtkcontainer: Remove unused GtkForeachData struct
- From: Javier Jardón <jjardon src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+] gtkcontainer: Remove unused GtkForeachData struct
- Date: Thu, 27 May 2010 01:42:00 +0000 (UTC)
commit 154e3ba502d7a041dbbee52fd39fb40d1c27ce9b
Author: Javier Jardón <jjardon gnome org>
Date: Thu May 27 03:37:32 2010 +0200
gtkcontainer: Remove unused GtkForeachData struct
Fixes https://bugzilla.gnome.org/show_bug.cgi?id=619672
gtk/gtkcontainer.c | 8 --------
1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/gtk/gtkcontainer.c b/gtk/gtkcontainer.c
index 3e1fa75..d1e8da5 100644
--- a/gtk/gtkcontainer.c
+++ b/gtk/gtkcontainer.c
@@ -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
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]