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