From 485bbadc0adc48aae3392b132f3de8eb6b5c2ecd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Thu, 27 May 2010 05:45:27 +0200 Subject: [PATCH] gtkmain: Remove unused GtkClosure struct --- gtk/gtkmain.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/gtk/gtkmain.c b/gtk/gtkmain.c index ea54a4b4e1..d7d3dd12ba 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;