diff options
Diffstat (limited to 'src/evdev.h')
-rw-r--r-- | src/evdev.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/evdev.h b/src/evdev.h index 2901886..51b7fa0 100644 --- a/src/evdev.h +++ b/src/evdev.h @@ -181,9 +181,6 @@ typedef struct { int delta[REL_CNT]; unsigned int abs_queued, rel_queued, prox_queued; - /* XKB stuff has to be per-device rather than per-driver */ - XkbRMLVOSet rmlvo; - /* Middle mouse button emulation */ struct { BOOL enabled; |