kdrive: remove xkb member from KdKeyboardInfo

Wasn't being used by anyone.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2009-09-07 15:59:37 +10:00
parent cafa7c5f90
commit e9a507acca
2 changed files with 0 additions and 2 deletions

View File

@ -295,7 +295,6 @@ struct _KdKeyboardInfo {
char *name;
char *path;
int inputClass;
XkbDescPtr xkb;
char *xkbRules;
char *xkbModel;
char *xkbLayout;

View File

@ -1120,7 +1120,6 @@ KdParseKeyboard (char *arg)
ki->path = NULL;
ki->driver = NULL;
ki->driverPrivate = NULL;
ki->xkb = NULL;
ki->next = NULL;
if (!arg)