remove legacy macro

This commit is contained in:
anon 2024-11-15 20:01:39 +01:00
parent 51e8f8bf76
commit 0df5b014a3

View File

@ -46,11 +46,7 @@
#include "version.inc" #include "version.inc"
#include "vpath.h" #include "vpath.h"
#if defined(USE_NCURSES) && !defined(RENAMED_NCURSES)
# include <ncurses.h> # include <ncurses.h>
#else
# include <curses.h>
#endif
/* Exported variables: */ /* Exported variables: */
bool buildonly = false; /* only build the database */ bool buildonly = false; /* only build the database */