[gtk+] gtkmain: Remove unused GtkClosure struct



commit 485bbadc0adc48aae3392b132f3de8eb6b5c2ecd
Author: Javier Jardón <jjardon gnome org>
Date:   Thu May 27 05:45:27 2010 +0200

    gtkmain: Remove unused GtkClosure struct

 gtk/gtkmain.c |    8 --------
 1 files changed, 0 insertions(+), 8 deletions(-)
---
diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c
index ea54a4b..d7d3dd1 100644
--- a/gtk/gtkmain.c
+++ b/gtk/gtkmain.c
@@ -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;



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]