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

@@ -12,7 +12,6 @@
#include "hack.h"
#ifdef OVLB
STATIC_DCL void FDECL(polyman, (const char *,const char *));
STATIC_DCL void NDECL(break_armor);
STATIC_DCL void FDECL(drop_weapon,(int));
@@ -1135,9 +1134,6 @@ boolean silently;
}
}
#endif /* OVLB */
#ifdef OVL1
const char *
mbodypart(mon, part)
struct monst *mon;
@@ -1258,9 +1254,6 @@ int part;
return mbodypart(&youmonst, part);
}
#endif /* OVL1 */
#ifdef OVL0
int
poly_gender()
{
@@ -1271,9 +1264,6 @@ poly_gender()
return flags.female;
}
#endif /* OVL0 */
#ifdef OVLB
void
ugolemeffects(damtype, dam)
int damtype, dam;
@@ -1344,6 +1334,4 @@ int atyp;
}
}
#endif /* OVLB */
/*polyself.c*/