diff options
author | Daniel Stone <daniel@fooishbar.org> | 2009-01-01 05:25:52 +1100 |
---|---|---|
committer | Daniel Stone <daniel@fooishbar.org> | 2009-01-22 15:08:59 +1100 |
commit | 7c4c00649cae855e141ec9a3667bfe399e3156d0 (patch) | |
tree | 36920d172c93a8892eb94a385f38eedfd0f77737 /xkb/xkbInit.c | |
parent | 4fa3872dc2bcfd6d1fc88d0a94c7071683eea899 (diff) |
XKB: Remove unused DDX functions
They were complete no-ops anyway.
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xkb/xkbInit.c b/xkb/xkbInit.c index 151d9a55a..bc2b41e35 100644 --- a/xkb/xkbInit.c +++ b/xkb/xkbInit.c @@ -508,8 +508,6 @@ InitKeyboardDeviceStruct(DeviceIntPtr dev, XkbRMLVOSet *rmlvo, XkbInitIndicatorMap(xkbi); - XkbDDXInitDevice(dev); - XkbUpdateActions(dev, xkb->min_key_code, XkbNumKeys(xkb), &changes, &check, &cause); |