diff options
author | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-06 17:33:12 -0300 |
---|---|---|
committer | Diego Nieto Cid <dnietoc@gmail.com> | 2011-04-16 23:45:25 -0300 |
commit | 82c9555020db157a7c2c0624805f8fd09dfc7b7c (patch) | |
tree | a0c8021907daa2cb95aa79791de7684754a775f6 /console-client/xkb/xkb.c | |
parent | aa415b240011948e792de71ee46df1a496a13c57 (diff) | |
download | hurd-82c9555020db157a7c2c0624805f8fd09dfc7b7c.tar.gz hurd-82c9555020db157a7c2c0624805f8fd09dfc7b7c.tar.bz2 hurd-82c9555020db157a7c2c0624805f8fd09dfc7b7c.zip |
Cleanup.
Diffstat (limited to 'console-client/xkb/xkb.c')
-rw-r--r-- | console-client/xkb/xkb.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/console-client/xkb/xkb.c b/console-client/xkb/xkb.c index bb1647d9..a63d1ba0 100644 --- a/console-client/xkb/xkb.c +++ b/console-client/xkb/xkb.c @@ -161,9 +161,6 @@ interpret_kc (keycode_t kc) SA_NoAction) continue; -/* if (action->type == 13) */ -/* printf ("AA %d AAAAAAAAAAAAAAA %d: %d - %d\n", kc, flags, symbol, interp->symbol); */ - action = malloc (sizeof (xkb_action_t)); memcpy (action, &interp->action, sizeof (xkb_action_t)); @@ -1187,7 +1184,6 @@ xkb_input (keypress_t key) if (key.rel) keystate[key.keycode].lmods = lmods; input = handle_key (key); - //printf ("sym: %d\n", input); debug_printf ("handle: %d\n", input); if (input == -1) @@ -1200,7 +1196,6 @@ xkb_input (keypress_t key) buf[size] = '\0'; - debug_printf ("input: %d\n", input); if (!input) return; @@ -1319,7 +1314,6 @@ xkb_input (keypress_t key) break; } - debug_printf ("bla\n"); if (escseq != NULL) { strcat (buf + size, escseq); @@ -1366,7 +1360,6 @@ xkb_input (keypress_t key) size = sizeof (buf) - left; } - // printf ("SIZE: %d\n", size); if (size) console_input (buf, size); size = 0; |