diff options
author | Diego Nieto Cid <dnietoc@gmail.com> | 2010-07-31 00:59:33 -0300 |
---|---|---|
committer | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-08 14:36:16 -0300 |
commit | cc562f054ceaceb0e1631d50cec03de3c1a9b853 (patch) | |
tree | e4d7157912bb4f00fff5100c1495449da7de4ddd /console-client/xkb/xkbdata.c | |
parent | 7b249045199afead84aad7a67890abf2523a1b00 (diff) |
debian patch: 04_cleanups.patch
Diffstat (limited to 'console-client/xkb/xkbdata.c')
-rw-r--r-- | console-client/xkb/xkbdata.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/console-client/xkb/xkbdata.c b/console-client/xkb/xkbdata.c index 97545e52..bd23c468 100644 --- a/console-client/xkb/xkbdata.c +++ b/console-client/xkb/xkbdata.c @@ -414,12 +414,10 @@ ksrm_apply (void) { symbol ks = keys[kc].groups[group].symbols[cursym]; int rmods = (int) hurd_ihash_find (&ksrm_mapping, ks); - struct ksrm *ksrm; if (rmods) { keys[kc].mods.rmods = rmods; - debug_printf ("kss %d = %d\n", kc, ksrm->rmods); } } } |