X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib-ui%2Fcolor.c;h=96b0cc2714f119042dadc4d93e49abf0b78a6d28;hb=1d76b29d79137330c8f42d489fe3f67a23f2390b;hp=756e29995b61748c2466ae2d12e35dbec851ded2;hpb=a4b9983ca0d2e7654b552c3648792cff279bdf9a;p=apps%2Fmadmutt.git diff --git a/lib-ui/color.c b/lib-ui/color.c index 756e299..96b0cc2 100644 --- a/lib-ui/color.c +++ b/lib-ui/color.c @@ -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},