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:
parent
cafa7c5f90
commit
e9a507acca
|
@ -295,7 +295,6 @@ struct _KdKeyboardInfo {
|
|||
char *name;
|
||||
char *path;
|
||||
int inputClass;
|
||||
XkbDescPtr xkb;
|
||||
char *xkbRules;
|
||||
char *xkbModel;
|
||||
char *xkbLayout;
|
||||
|
|
|
@ -1120,7 +1120,6 @@ KdParseKeyboard (char *arg)
|
|||
ki->path = NULL;
|
||||
ki->driver = NULL;
|
||||
ki->driverPrivate = NULL;
|
||||
ki->xkb = NULL;
|
||||
ki->next = NULL;
|
||||
|
||||
if (!arg)
|
||||
|
|
Loading…
Reference in New Issue