summaryrefslogtreecommitdiffstats
path: root/isys/lang.c
diff options
context:
space:
mode:
Diffstat (limited to 'isys/lang.c')
-rw-r--r--isys/lang.c14
1 files changed, 0 insertions, 14 deletions
diff --git a/isys/lang.c b/isys/lang.c
index 5d3f82868..7de53be20 100644
--- a/isys/lang.c
+++ b/isys/lang.c
@@ -51,20 +51,6 @@ int isysLoadFont(char * fontFile) {
return 0;
}
-/* define ask johnsonm@redhat.com where this came from */
-#define KMAP_MAGIC 0x8B39C07F
-#define KMAP_NAMELEN 40 /* including '\0' */
-
-struct kmapHeader {
- int magic;
- int numEntries;
-};
-
-struct kmapInfo {
- int size;
- char name[KMAP_NAMELEN];
-};
-
/* the file pointer must be at the beginning of the section already! */
int loadKeymap(gzFile stream) {
int console;