From 32db27a7f867b503c2840ca7b815e96d10be9210 Mon Sep 17 00:00:00 2001 From: Daniel Stone Date: Thu, 17 Apr 2008 12:42:01 -0700 Subject: Input: Remove modifierMap from core We already have modmap (in the exact same format!) in XKB, so just use that all the time, instead of duplicating the information. Signed-off-by: Daniel Stone Signed-off-by: Peter Hutterer --- include/inputstr.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include') 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; -- cgit v1.2.3