Remove unused curses define

This commit is contained in:
Pasi Kallinen
2026-04-13 16:54:44 +03:00
parent 8c8121eb3c
commit 10a47c0713

View File

@@ -26,8 +26,6 @@ extern WINDOW *activemenu; /* curses window for menu requesting a
#define SCROLLBAR_BACK_COLOR CLR_BLACK #define SCROLLBAR_BACK_COLOR CLR_BLACK
#define HIGHLIGHT_COLOR CLR_WHITE #define HIGHLIGHT_COLOR CLR_WHITE
#define MORECOLOR CLR_ORANGE #define MORECOLOR CLR_ORANGE
#define STAT_UP_COLOR CLR_GREEN
#define STAT_DOWN_COLOR CLR_RED
#define MESSAGE_WIN 1 #define MESSAGE_WIN 1
#define STATUS_WIN 2 #define STATUS_WIN 2
#define MAP_WIN 3 #define MAP_WIN 3