remove some obsolete code from options.c

This commit is contained in:
nhmall
2024-03-16 15:23:47 -04:00
parent 295d6e257c
commit a9fd04013a

View File

@@ -7992,12 +7992,6 @@ fruitadd(char *str, struct fruit *replace_fruit)
*/
#if defined(MICRO) || defined(MAC) || defined(WIN32)
#define OPTIONS_HEADING "OPTIONS"
#else
#define OPTIONS_HEADING "NETHACKOPTIONS"
#endif
static const char n_currently_set[] = "(%d currently set)";
DISABLE_WARNING_FORMAT_NONLITERAL /* RESTORE is after show_menucontrols() */