[PATCH 2/2 xf86-input-keyboard] Remove now un-used autorepeat field.
Peter Hutterer
peter.hutterer at who-t.net
Tue Oct 6 00:02:33 PDT 2009
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
src/kbd.c | 1 -
src/xf86OSKbd.h | 1 -
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;
--
1.6.3.rc1.2.g0164.dirty
More information about the xorg-devel
mailing list