aboutsummaryrefslogtreecommitdiff
path: root/src/evdev.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/evdev.c')
-rw-r--r--src/evdev.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/evdev.c b/src/evdev.c
index 994a32b..a51757e 100644
--- a/src/evdev.c
+++ b/src/evdev.c
@@ -619,11 +619,6 @@ EvdevAddKeyClass(DeviceIntPtr device)
{ XK_Mode_switch, AltLangMask }
};
- /* TODO:
- * Ctrl-Alt-Backspace and other Ctrl-Alt-stuff should work
- * Get keyboard repeat under control (right now caps lock repeats!)
- */
-
pInfo = device->public.devicePrivate;
pEvdev = pInfo->private;