summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2009-10-06 17:02:33 +1000
committerAlan Coopersmith <alan.coopersmith@sun.com>2009-10-06 01:12:56 -0700
commit0c75afb4895b60aa08209ccfee9dfad4e4495f4d (patch)
treef8c23bf03a1226ede47f80e18cf9f3acd7f446f7
parentadc1048980113b329d97ebf5b974ca4a50fc86ba (diff)
Remove now un-used autorepeat field.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
-rw-r--r--src/kbd.c1
-rw-r--r--src/xf86OSKbd.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/kbd.c b/src/kbd.c
index b2e858f..556d594 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -307,7 +307,6 @@ KbdCtrl( DeviceIntPtr device, KeybdCtrl *ctrl)
leds = ctrl->leds & ~(XCAPS | XNUM | XSCR); /* ??? */
pKbd->leds = leds;
pKbd->SetLeds(pInfo, pKbd->leds);
- pKbd->autoRepeat = ctrl->autoRepeat;
}
static void
diff --git a/src/xf86OSKbd.h b/src/xf86OSKbd.h
index 2732649..daeabf1 100644
--- a/src/xf86OSKbd.h
+++ b/src/xf86OSKbd.h
@@ -69,7 +69,6 @@ typedef struct {
int bell_pitch;
int bell_duration;
- Bool autoRepeat;
unsigned long leds;
unsigned long xledsMask;
unsigned long keyLeds;