From d27f9ecf7ea92b702df128f856c1063aa91c51f2 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 3 Jan 2014 16:40:44 +0100 Subject: Maybe gif-lib wasn't too bright an idea... --- host/matelight/color.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 host/matelight/color.h (limited to 'host/matelight/color.h') diff --git a/host/matelight/color.h b/host/matelight/color.h deleted file mode 100644 index 48f325b..0000000 --- a/host/matelight/color.h +++ /dev/null @@ -1,21 +0,0 @@ -#ifndef __COLOR_H__ -#define __COLOR_H__ - -#include - -typedef struct { - uint8_t r; - uint8_t g; - uint8_t b; -} color_t; - -int xterm_color_index(color_t c); - -// gray -#define DEFAULT_FG_COLOR 7 -// black -#define DEFAULT_BG_COLOR 0 - -extern color_t colortable[256]; - -#endif//__COLOR_H__ -- cgit