diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/evdev.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/evdev.c b/src/evdev.c index ea83afc..cc072d8 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -404,9 +404,6 @@ EvdevPtrCtrlProc(DeviceIntPtr device, PtrCtrl *ctrl) /* Nothing to do, dix handles all settings */ } -/* FIXME: this map works with evdev keyboards, but all the xkb maps - * probably don't. The easiest is to remap the event keycodes. */ - static KeySym map[] = { /* 0x00 */ NoSymbol, NoSymbol, /* 0x01 */ XK_Escape, NoSymbol, |