diff options
author | Daniel Stone <daniel@fooishbar.org> | 2008-04-17 12:42:01 -0700 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2009-01-22 15:08:55 +1100 |
commit | 32db27a7f867b503c2840ca7b815e96d10be9210 (patch) | |
tree | e92648cdf253abecbd8dd5491fc1678c5464d8c9 /xkb/xkbInit.c | |
parent | f062e90a95f9b7ae5458ef2100615e8ace9b66a7 (diff) |
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 <daniel@fooishbar.org>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'xkb/xkbInit.c')
-rw-r--r-- | xkb/xkbInit.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/xkb/xkbInit.c b/xkb/xkbInit.c index d85fbd4e4..bcee26c37 100644 --- a/xkb/xkbInit.c +++ b/xkb/xkbInit.c @@ -506,9 +506,6 @@ InitKeyboardDeviceStruct(DeviceIntPtr dev, XkbRMLVOSet *rmlvo, XkbInitControls(dev, xkbi); - /* XXX: Doesn't XUCD make this redundant? */ - memcpy(dev->key->modifierMap, xkb->map->modmap, xkb->max_key_code + 1); - XkbInitIndicatorMap(xkbi); XkbDDXInitDevice(dev); |