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

@@ -10,8 +10,6 @@ STATIC_DCL struct monst *NDECL(findgd);
#define g_monnam(mtmp) \
x_monnam(mtmp, ARTICLE_NONE, (char *)0, SUPPRESS_IT, FALSE)
#ifdef OVLB
STATIC_DCL boolean FDECL(clear_fcorr, (struct monst *,BOOLEAN_P));
STATIC_DCL void FDECL(restfakecorr,(struct monst *));
STATIC_DCL boolean FDECL(in_fcorridor, (struct monst *,int,int));
@@ -111,9 +109,6 @@ findgd()
return((struct monst *)0);
}
#endif /* OVLB */
#ifdef OVL0
char
vault_occupied(array)
char *array;
@@ -346,9 +341,6 @@ fnd:
}
}
#endif /* OVL0 */
#ifdef OVLB
STATIC_OVL void
move_gold(gold, vroom)
struct obj *gold;
@@ -821,6 +813,4 @@ gd_sound() /* prevent "You hear footsteps.." when inappropriate */
else return((boolean)(grd == (struct monst *)0));
}
#endif /* OVLB */
/*vault.c*/