commit 3d91ff6
Michael Forney
·
2014-01-22 03:37:47 +0000 UTC
parent a3c2171
xkb: Remove unnecessary print statement
1 files changed,
+0,
-3
+0,
-3
1@@ -102,9 +102,6 @@ bool swc_xkb_update_keymap(struct swc_xkb * xkb)
2 xkb->indices.shift
3 = xkb_keymap_mod_get_index(xkb->keymap.map, XKB_MOD_NAME_SHIFT);
4
5- printf("indices { ctrl: %x, alt: %x, super: %x, shift: %x }\n",
6- xkb->indices.ctrl, xkb->indices.alt, xkb->indices.super, xkb->indices.shift);
7-
8 /* Keymap string */
9 {
10 const char * keymap_directory = getenv("XDG_RUNTIME_DIR") ?: "/tmp";