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

@@ -11,8 +11,6 @@
/* this matches the categorizations shown by enlightenment */
#define ALGN_SINNED (-4) /* worse than strayed */
#ifdef OVLB
STATIC_DCL boolean FDECL(histemple_at,(struct monst *,XCHAR_P,XCHAR_P));
STATIC_DCL boolean FDECL(has_shrine,(struct monst *));
@@ -109,10 +107,6 @@ pick_move:
return(0);
}
#endif /* OVLB */
#ifdef OVL0
char
temple_occupied(array)
register char *array;
@@ -125,9 +119,6 @@ register char *array;
return('\0');
}
#endif /* OVL0 */
#ifdef OVLB
STATIC_OVL boolean
histemple_at(priest, x, y)
register struct monst *priest;
@@ -714,6 +705,4 @@ boolean ghostly;
}
}
#endif /* OVLB */
/*priest.c*/