gtkmain: Remove unused GtkClosure struct

This commit is contained in:
Javier Jardón 2010-05-27 05:45:27 +02:00
parent d91c0d38c6
commit 485bbadc0a

View 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;