summaryrefslogtreecommitdiffstats
path: root/color/color.c
diff options
context:
space:
mode:
Diffstat (limited to 'color/color.c')
-rw-r--r--color/color.c16
1 files changed, 0 insertions, 16 deletions
diff --git a/color/color.c b/color/color.c
index 947bbb689..7db81983c 100644
--- a/color/color.c
+++ b/color/color.c
@@ -42,22 +42,6 @@
#include "regex4.h"
#include "simple2.h"
-/// Mapping between a colour name and an ncurses colour
-const struct Mapping ColorNames[] = {
- // clang-format off
- { "black", COLOR_BLACK },
- { "blue", COLOR_BLUE },
- { "cyan", COLOR_CYAN },
- { "green", COLOR_GREEN },
- { "magenta", COLOR_MAGENTA },
- { "red", COLOR_RED },
- { "white", COLOR_WHITE },
- { "yellow", COLOR_YELLOW },
- { "default", COLOR_DEFAULT },
- { 0, 0 },
- // clang-format on
-};
-
/**
* colors_cleanup - Reset all the simple, quoted and regex colours
*/