From 10a47c0713a21dbaeebac8d3a8dfba0805fcb2b8 Mon Sep 17 00:00:00 2001 From: Pasi Kallinen Date: Mon, 13 Apr 2026 16:54:44 +0300 Subject: [PATCH] Remove unused curses define --- include/wincurs.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/wincurs.h b/include/wincurs.h index 4c5b7f19c..ad1a333fa 100644 --- a/include/wincurs.h +++ b/include/wincurs.h @@ -26,8 +26,6 @@ extern WINDOW *activemenu; /* curses window for menu requesting a #define SCROLLBAR_BACK_COLOR CLR_BLACK #define HIGHLIGHT_COLOR CLR_WHITE #define MORECOLOR CLR_ORANGE -#define STAT_UP_COLOR CLR_GREEN -#define STAT_DOWN_COLOR CLR_RED #define MESSAGE_WIN 1 #define STATUS_WIN 2 #define MAP_WIN 3