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