Autorepeat was removed from the driver with version 1.4.0. So there is not
much point in setting this option anymore.

Signed-off-by: Peter Hutterer <peter.hutte...@who-t.net>
---
 src/kbd.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/kbd.c b/src/kbd.c
index a9d4890..3aab07d 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -85,7 +85,6 @@ static const char *kbdDefaults[] = {
 #else
     "Protocol",                "standard",
 #endif
-    "AutoRepeat",      "500 30",
     "XkbRules",                "base",
     "XkbModel",                "pc105",
     "XkbLayout",       "us",
@@ -99,7 +98,6 @@ static const char *kbd98Defaults[] = {
 #else
     "Protocol",                "standard",
 #endif
-    "AutoRepeat",      "500 30",
     "XkbRules",                "xfree98",
     "XkbModel",                "pc98",
     "XkbLayout",       "jp",
-- 
1.7.1

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to