[PATCH] kdrive: remove xkb member from KdKeyboardInfo
Peter Hutterer
peter.hutterer at who-t.net
Sun Sep 6 22:59:37 PDT 2009
Wasn't being used by anyone.
Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>
---
hw/kdrive/src/kdrive.h | 1 -
hw/kdrive/src/kinput.c | 1 -
2 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/hw/kdrive/src/kdrive.h b/hw/kdrive/src/kdrive.h
index 6fdb708..9620391 100644
--- a/hw/kdrive/src/kdrive.h
+++ b/hw/kdrive/src/kdrive.h
@@ -295,7 +295,6 @@ struct _KdKeyboardInfo {
char *name;
char *path;
int inputClass;
- XkbDescPtr xkb;
char *xkbRules;
char *xkbModel;
char *xkbLayout;
diff --git a/hw/kdrive/src/kinput.c b/hw/kdrive/src/kinput.c
index 318d233..832b09c 100644
--- a/hw/kdrive/src/kinput.c
+++ b/hw/kdrive/src/kinput.c
@@ -1120,7 +1120,6 @@ KdParseKeyboard (char *arg)
ki->path = NULL;
ki->driver = NULL;
ki->driverPrivate = NULL;
- ki->xkb = NULL;
ki->next = NULL;
if (!arg)
--
1.6.3.rc1.2.g0164.dirty
More information about the xorg-devel
mailing list