gdk: Remove GdkWindowObject typedef

It's unused by now.
This commit is contained in:
Benjamin Otte 2010-12-06 17:19:56 +01:00
parent 48e92c6939
commit 8f8aeb7dfe

View File

@ -474,7 +474,6 @@ struct _GdkPointerHooks
gint *win_y);
};
typedef struct _GdkWindowObject GdkWindowObject;
typedef struct _GdkWindowClass GdkWindowClass;
#define GDK_TYPE_WINDOW (gdk_window_get_type ())