aboutsummaryrefslogtreecommitdiff
path: root/console-client/xkb/parser.y
diff options
context:
space:
mode:
authorDiego Nieto Cid <dnietoc@gmail.com>2011-04-06 17:33:12 -0300
committerDiego Nieto Cid <dnietoc@gmail.com>2011-04-16 23:45:25 -0300
commit82c9555020db157a7c2c0624805f8fd09dfc7b7c (patch)
treea0c8021907daa2cb95aa79791de7684754a775f6 /console-client/xkb/parser.y
parentaa415b240011948e792de71ee46df1a496a13c57 (diff)
downloadhurd-82c9555020db157a7c2c0624805f8fd09dfc7b7c.tar.gz
hurd-82c9555020db157a7c2c0624805f8fd09dfc7b7c.tar.bz2
hurd-82c9555020db157a7c2c0624805f8fd09dfc7b7c.zip
Cleanup.
Diffstat (limited to 'console-client/xkb/parser.y')
-rw-r--r--console-client/xkb/parser.y12
1 files changed, 0 insertions, 12 deletions
diff --git a/console-client/xkb/parser.y b/console-client/xkb/parser.y
index 845fcbaf..27b62145 100644
--- a/console-client/xkb/parser.y
+++ b/console-client/xkb/parser.y
@@ -1545,20 +1545,8 @@ parse_xkbconfig (char *xkbdir, char *xkbkeymapfile, char *xkbkeymap)
extern FILE *yyin;
extern char *filename;
- // xkbkeymap = 0;
-
- // xkbkeymapfile = 0;
-
- // xkbdir = "/etc/X11/xkb";
- // xkbdir ="/home/marco/xkb";
- // xkbkeymapfile = "keymap/hurd";
- // xkbkeymap = "hack";
-
debug_printf ("Dir: %s, file: %s sect: %s\n", xkbdir, xkbkeymapfile, xkbkeymap);
- // xkbkeymapfile = "default.xkb";
- //xkbkeymap = "us";
- // yydebug = 1;
if (xkbkeymapfile)
{
filename = xkbkeymapfile;