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

@@ -4,8 +4,6 @@
#include "hack.h"
#ifdef OVL0
void
were_change(mon)
register struct monst *mon;
@@ -35,9 +33,6 @@ register struct monst *mon;
}
}
#endif /* OVL0 */
#ifdef OVLB
STATIC_DCL int FDECL(counter_were,(int));
STATIC_OVL int
@@ -151,6 +146,4 @@ boolean purify;
rehumanize();
}
#endif /* OVLB */
/*were.c*/