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

@@ -14,8 +14,6 @@ STATIC_VAR NEARDATA struct xlock_s {
int picktyp, chance, usedtime;
} xlock;
#ifdef OVLB
STATIC_DCL const char *NDECL(lock_action);
STATIC_DCL boolean FDECL(obstructed,(int,int));
STATIC_DCL void FDECL(chest_shatter_msg, (struct obj *));
@@ -208,9 +206,6 @@ forcelock() /* try to force a locked chest */
return((xlock.usedtime = 0));
}
#endif /* OVLB */
#ifdef OVL0
void
reset_pick()
{
@@ -219,9 +214,6 @@ reset_pick()
xlock.box = 0;
}
#endif /* OVL0 */
#ifdef OVLB
int
pick_lock(pick) /* pick a lock with a given object */
register struct obj *pick;
@@ -916,6 +908,4 @@ struct obj *otmp;
pline("%s %s!", An(thing), disposition);
}
#endif /* OVLB */
/*lock.c*/