Remove vestiges of old overlay source split
[trunk only]
This commit is contained in:
@@ -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*/
|
||||
|
||||
Reference in New Issue
Block a user