projects
/
apps
/
madmutt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
83170cc
)
dead code
author
Pierre Habouzit
<madcoder@debian.org>
Sat, 10 Nov 2007 16:32:43 +0000
(17:32 +0100)
committer
Pierre 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
patch
|
blob
|
history
diff --git
a/lib-ui/color.c
b/lib-ui/color.c
index
756e299
..
96b0cc2
100644
(file)
--- 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},