]> git.proxmox.com Git - spiceterm.git/blobdiff - spiceterm.c
use correct colors
[spiceterm.git] / spiceterm.c
index a9ea5b2b96e9dd0e7fdab2489ac3a4c4f7faca0f..22bde657628028c279c9db647668976fad821056 100644 (file)
@@ -67,13 +67,6 @@ static int idle_timeout = 1;
 unsigned char color_table[] = { 0, 4, 2, 6, 1, 5, 3, 7,
                                8,12,10,14, 9,13,11,15 };
 
-/* the default colour table, for VGA+ colour systems */
-int default_red[] = {0x00,0xaa,0x00,0xaa,0x00,0xaa,0x00,0xaa,
-    0x55,0xff,0x55,0xff,0x55,0xff,0x55,0xff};
-int default_grn[] = {0x00,0x00,0xaa,0x55,0x00,0x00,0xaa,0xaa,
-    0x55,0x55,0xff,0xff,0x55,0x55,0xff,0xff};
-int default_blu[] = {0x00,0x00,0x00,0x00,0xaa,0xaa,0xaa,0xaa,
-    0x55,0x55,0x55,0x55,0xff,0xff,0xff,0xff};
 
 static void
 print_usage (const char *msg)