Remove vestiges of old overlay source split

[trunk only]
This commit is contained in:
nethack.allison
2003-09-05 02:45:18 +00:00
parent 1a94dcfca3
commit 416412f92b
66 changed files with 25 additions and 1306 deletions

View File

@@ -101,9 +101,7 @@ extern int NDECL(dozap); /**/
extern int NDECL(doorganize); /**/
#endif /* DUMB */
#ifdef OVL1
static int NDECL((*timed_occ_fn));
#endif /* OVL1 */
STATIC_PTR int NDECL(doprev_message);
STATIC_PTR int NDECL(timed_occupation);
@@ -143,13 +141,11 @@ STATIC_PTR int NDECL(doattributes);
STATIC_PTR int NDECL(doconduct); /**/
STATIC_PTR boolean NDECL(minimal_enlightenment);
#ifdef OVLB
STATIC_DCL void FDECL(enlght_line, (const char *,const char *,const char *));
STATIC_DCL char *FDECL(enlght_combatinc, (const char *,int,int,char *));
#ifdef UNIX
static void NDECL(end_of_input);
#endif
#endif /* OVLB */
static const char* readchar_queue="";
static coord clicklook_cc;
@@ -157,8 +153,6 @@ static coord clicklook_cc;
STATIC_DCL char *NDECL(parse);
STATIC_DCL boolean FDECL(help_dir, (CHAR_P,const char *));
#ifdef OVL1
STATIC_PTR int
doprev_message()
{
@@ -280,9 +274,6 @@ char ch;
}
#endif /* REDO */
#endif /* OVL1 */
#ifdef OVLB
STATIC_PTR int
doextcmd() /* here after # - now read a full-word command */
{
@@ -1335,9 +1326,6 @@ int final;
destroy_nhwindow(en_win);
}
#endif /* OVLB */
#ifdef OVL1
#ifndef M
# ifndef NHSTDC
# define M(c) (0x80 | (c))
@@ -2153,9 +2141,6 @@ const char *msg;
return TRUE;
}
#endif /* OVL1 */
#ifdef OVLB
void
confdir()
{
@@ -2165,9 +2150,6 @@ confdir()
return;
}
#endif /* OVLB */
#ifdef OVL0
int
isok(x,y)
register int x, y;
@@ -2355,9 +2337,6 @@ parse()
return(in_line);
}
#endif /* OVL0 */
#ifdef OVLB
#ifdef UNIX
static
void
@@ -2373,9 +2352,6 @@ end_of_input()
}
#endif
#endif /* OVLB */
#ifdef OVL0
char
readchar()
{
@@ -2496,8 +2472,6 @@ wiz_port_debug()
}
# endif /*PORT_DEBUG*/
#endif /* OVL0 */
#ifdef OVLB
/*
* Parameter validator for generic yes/no function to prevent
* the core from sending too long a prompt string to the
@@ -2522,6 +2496,5 @@ char def;
Strcat(qbuf,"...");
return (*windowprocs.win_yn_function)(qbuf, resp, def);
}
#endif
/*cmd.c*/