summaryrefslogtreecommitdiffstats
path: root/contrib/syslinux/latest/com32/lib/sys/colortable.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/syslinux/latest/com32/lib/sys/colortable.c')
-rw-r--r--contrib/syslinux/latest/com32/lib/sys/colortable.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/contrib/syslinux/latest/com32/lib/sys/colortable.c b/contrib/syslinux/latest/com32/lib/sys/colortable.c
deleted file mode 100644
index ab1c424..0000000
--- a/contrib/syslinux/latest/com32/lib/sys/colortable.c
+++ /dev/null
@@ -1,9 +0,0 @@
-#include <colortbl.h>
-
-static struct color_table default_color_table[] = {
- {"default", "0", 0xffffffff, 0x00000000, SHADOW_NORMAL}
-};
-
-struct color_table *console_color_table = default_color_table;
-int console_color_table_size =
- (sizeof default_color_table / sizeof(struct color_table));