dead code
authorPierre Habouzit <madcoder@debian.org>
Sat, 10 Nov 2007 16:32:43 +0000 (17:32 +0100)
committerPierre Habouzit <madcoder@debian.org>
Sat, 10 Nov 2007 16:32:43 +0000 (17:32 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
lib-ui/color.c

index 756e299..96b0cc2 100644 (file)
@@ -25,14 +25,6 @@ static int ColorQuoteSize;
 
 #define COLOR_DEFAULT (-2)
 
-typedef struct color_list {
-  short fg;
-  short bg;
-  short index;
-  short count;
-  struct color_list *next;
-} COLOR_LIST;
-
 static struct mapping_t Colors[] = {
   {"black", COLOR_BLACK},
   {"blue", COLOR_BLUE},