GdkEvent: Remove unused struct

This commit is contained in:
Timm Bäder 2019-01-17 16:29:40 +01:00
parent b2eff300b1
commit 01e985a830

View File

@ -64,14 +64,6 @@
* of related touch events.
*/
typedef struct _GdkIOClosure GdkIOClosure;
struct _GdkIOClosure
{
GDestroyNotify notify;
gpointer data;
};
/* Private variable declarations
*/