diff options
Diffstat (limited to 'include/inputstr.h')
-rw-r--r-- | include/inputstr.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/include/inputstr.h b/include/inputstr.h index cdd68d593..76523aa83 100644 --- a/include/inputstr.h +++ b/include/inputstr.h @@ -138,8 +138,7 @@ typedef struct _KeyClassRec { CARD8 down[DOWN_LENGTH]; CARD8 postdown[DOWN_LENGTH]; KeySymsRec curKeySyms; - int modifierKeyCount[8]; - CARD8 modifierMap[MAP_LENGTH]; + int modifierKeyCount[8]; struct _XkbSrvInfo *xkbInfo; } KeyClassRec, *KeyClassPtr; |