summaryrefslogtreecommitdiffstats
path: root/src/macros.h
diff options
context:
space:
mode:
authormongo <andmarti@gmail.com>2017-04-05 10:41:32 -0300
committermongo <andmarti@gmail.com>2017-04-05 10:41:32 -0300
commit5b1baaddf351a5d4c24789f109cf5bfa17d62586 (patch)
tree42013d37458c7796f188bca16efe0c10441a0bcd /src/macros.h
parent90cfe76112a21eb112cf87b5a5f010192d6de385 (diff)
more cleaning
Diffstat (limited to 'src/macros.h')
-rw-r--r--src/macros.h17
1 files changed, 1 insertions, 16 deletions
diff --git a/src/macros.h b/src/macros.h
index 40e07fa..5fbef00 100644
--- a/src/macros.h
+++ b/src/macros.h
@@ -39,21 +39,6 @@
#define EDITION_CMD 1
#define MOVEMENT_CMD 2
-#include <ncurses.h>
-//extern WINDOW * input_win;
-
-#define N_INIT_PAIRS 19
-
-#define DEFAULT_COLOR -1
-#define BLACK COLOR_BLACK
-#define RED COLOR_RED
-#define GREEN COLOR_GREEN
-#define YELLOW COLOR_YELLOW
-#define BLUE COLOR_BLUE
-#define MAGENTA COLOR_MAGENTA
-#define CYAN COLOR_CYAN
-#define WHITE COLOR_WHITE
-
#define HEADINGS 0
#define WELCOME 1
#define CELL_SELECTION 2
@@ -77,4 +62,4 @@
#define sc_error(x, ...) sc_msg(x, ERROR_MSG, ##__VA_ARGS__)
#define sc_debug(x, ...) sc_msg(x, DEBUG_MSG, ##__VA_ARGS__)
-#define sc_info(x, ...) sc_msg(x, INFO_MSG, ##__VA_ARGS__)
+#define sc_info(x, ...) sc_msg(x, INFO_MSG, ##__VA_ARGS__)