diff options
Diffstat (limited to 'src/XExtInt.c')
-rw-r--r-- | src/XExtInt.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/XExtInt.c b/src/XExtInt.c index a0cc3b0..b2890f9 100644 --- a/src/XExtInt.c +++ b/src/XExtInt.c @@ -140,12 +140,6 @@ wireToPropertyEvent(xXIPropertyEvent *in, XIPropertyEvent *out); static /* const */ XEvent emptyevent; -typedef struct _XInputData -{ - XEvent data; - XExtensionVersion *vers; -} XInputData; - static /* const */ XExtensionHooks xinput_extension_hooks = { NULL, /* create_gc */ NULL, /* copy_gc */ |