]> Pileus Git - ~andy/gtk/commitdiff
gtkmain: Remove unused GtkClosure struct
authorJavier Jardón <jjardon@gnome.org>
Thu, 27 May 2010 03:45:27 +0000 (05:45 +0200)
committerJavier Jardón <jjardon@gnome.org>
Thu, 27 May 2010 03:45:27 +0000 (05:45 +0200)
gtk/gtkmain.c

index ea54a4b4e1740268d6d4ea68ab902694a44de284..d7d3dd12bac7de5303ba103c7b1c23384fc00f2f 100644 (file)
@@ -148,7 +148,6 @@ _gtk_get_localedir (void)
  */
 typedef struct _GtkInitFunction                 GtkInitFunction;
 typedef struct _GtkQuitFunction                 GtkQuitFunction;
-typedef struct _GtkClosure              GtkClosure;
 typedef struct _GtkKeySnooperData       GtkKeySnooperData;
 
 struct _GtkInitFunction
@@ -167,13 +166,6 @@ struct _GtkQuitFunction
   GDestroyNotify destroy;
 };
 
-struct _GtkClosure
-{
-  GtkCallbackMarshal marshal;
-  gpointer data;
-  GDestroyNotify destroy;
-};
-
 struct _GtkKeySnooperData
 {
   GtkKeySnoopFunc func;