Kill some more unused bits.

This commit is contained in:
Zephaniah E. Hull
2007-04-24 07:34:53 -04:00
parent 1716ec88bb
commit 23309b334c
2 changed files with 0 additions and 11 deletions

View File

@@ -171,13 +171,10 @@ typedef struct _evdevDevice {
const char *device;
InputInfoPtr pInfo;
int (*callback)(DeviceIntPtr cb_data, int what);
evdevBitsRec bits;
evdevStateRec state;
struct _evdevDevice *next;
} evdevDeviceRec, *evdevDevicePtr;
int EvdevBtnInit (DeviceIntPtr device);

View File

@@ -515,14 +515,6 @@ EvdevKeyNew (InputInfoPtr pInfo)
SetXkbOption (pInfo, "XkbVariant", NULL, &state->key->xkb_variant);
SetXkbOption (pInfo, "XkbOptions", NULL, &state->key->xkb_options);
/*
SetXkbOption (pInfo, "XkbKeycodes", NULL, &state->key->xkbnames.keycodes);
SetXkbOption (pInfo, "XkbTypes", NULL, &state->key->xkbnames.types);
SetXkbOption (pInfo, "XkbCompat", NULL, &state->key->xkbnames.compat);
SetXkbOption (pInfo, "XkbSymbols", NULL, &state->key->xkbnames.symbols);
SetXkbOption (pInfo, "XkbGeometry", NULL, &state->key->xkbnames.geometry);
*/
return Success;
}