Clean up stray comments
This commit is contained in:
@@ -423,12 +423,7 @@ struct instance_flags {
|
|||||||
int wc2_statuslines; /* default = 2, curses can handle 3 */
|
int wc2_statuslines; /* default = 2, curses can handle 3 */
|
||||||
int wc2_windowborders; /* display borders on NetHack windows */
|
int wc2_windowborders; /* display borders on NetHack windows */
|
||||||
int wc2_petattr; /* text attributes for pet */
|
int wc2_petattr; /* text attributes for pet */
|
||||||
/* VE edit: APE overhaul */
|
|
||||||
struct autopickup_exception *autopickup_exceptions;
|
struct autopickup_exception *autopickup_exceptions;
|
||||||
/*
|
|
||||||
#define AP_LEAVE 0
|
|
||||||
#define AP_GRAB 1
|
|
||||||
*/
|
|
||||||
#ifdef WIN32
|
#ifdef WIN32
|
||||||
#define MAX_ALTKEYHANDLER 25
|
#define MAX_ALTKEYHANDLER 25
|
||||||
char altkeyhandler[MAX_ALTKEYHANDLER];
|
char altkeyhandler[MAX_ALTKEYHANDLER];
|
||||||
|
|||||||
@@ -573,7 +573,7 @@ STATIC_DCL boolean FDECL(special_handling, (const char *,
|
|||||||
STATIC_DCL const char *FDECL(get_compopt_value, (const char *, char *));
|
STATIC_DCL const char *FDECL(get_compopt_value, (const char *, char *));
|
||||||
STATIC_DCL void FDECL(remove_autopickup_exception,
|
STATIC_DCL void FDECL(remove_autopickup_exception,
|
||||||
(struct autopickup_exception *));
|
(struct autopickup_exception *));
|
||||||
STATIC_DCL int NDECL(count_ape_maps); /* VE edit: APE overhaul */
|
STATIC_DCL int NDECL(count_ape_maps);
|
||||||
|
|
||||||
STATIC_DCL boolean FDECL(is_wc_option, (const char *));
|
STATIC_DCL boolean FDECL(is_wc_option, (const char *));
|
||||||
STATIC_DCL boolean FDECL(wc_supported, (const char *));
|
STATIC_DCL boolean FDECL(wc_supported, (const char *));
|
||||||
@@ -4411,7 +4411,6 @@ int nset;
|
|||||||
add_menu(win, NO_GLYPH, &any, 0, 0, ATR_NONE, buf, MENU_UNSELECTED);
|
add_menu(win, NO_GLYPH, &any, 0, 0, ATR_NONE, buf, MENU_UNSELECTED);
|
||||||
}
|
}
|
||||||
|
|
||||||
/* VE edit: APE overhaul */
|
|
||||||
int
|
int
|
||||||
count_apes(VOID_ARGS)
|
count_apes(VOID_ARGS)
|
||||||
{
|
{
|
||||||
@@ -5903,7 +5902,6 @@ dotogglepickup()
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* VE edit: APE overhaul */
|
|
||||||
int
|
int
|
||||||
add_autopickup_exception(mapping)
|
add_autopickup_exception(mapping)
|
||||||
const char *mapping;
|
const char *mapping;
|
||||||
@@ -5952,7 +5950,6 @@ const char *mapping;
|
|||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* VE edit: APE overhaul */
|
|
||||||
STATIC_OVL void
|
STATIC_OVL void
|
||||||
remove_autopickup_exception(whichape)
|
remove_autopickup_exception(whichape)
|
||||||
struct autopickup_exception *whichape;
|
struct autopickup_exception *whichape;
|
||||||
@@ -5977,7 +5974,6 @@ struct autopickup_exception *whichape;
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/* VE edit: APE overhaul */
|
|
||||||
STATIC_OVL int
|
STATIC_OVL int
|
||||||
count_ape_maps()
|
count_ape_maps()
|
||||||
{
|
{
|
||||||
@@ -5992,7 +5988,6 @@ count_ape_maps()
|
|||||||
return numapes;
|
return numapes;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* VE edit: APE overhaul */
|
|
||||||
void
|
void
|
||||||
free_autopickup_exceptions()
|
free_autopickup_exceptions()
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user