summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/kbd.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/kbd.c b/src/kbd.c
index c1daa4b..68d29c2 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -543,7 +543,6 @@ KbdProc(DeviceIntPtr device, int what)
* passing on parts of the VT switch sequence.
*/
if (pInfo->fd >= 0) {
- sleep(1);
xf86FlushInput(pInfo->fd);
AddEnabledDevice(pInfo->fd);
}