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

@@ -8,8 +8,6 @@
extern boolean notonhead;
#ifdef OVLB
static NEARDATA boolean vis, far_noise;
static NEARDATA long noisetime;
static NEARDATA struct obj *otmp;
@@ -1150,11 +1148,6 @@ mdamagem(magr, mdef, mattk)
return(MM_HIT);
}
#endif /* OVLB */
#ifdef OVL0
int
noattacks(ptr) /* returns 1 if monster doesn't attack */
struct permonst *ptr;
@@ -1201,9 +1194,6 @@ struct monst *mon;
}
}
#endif /* OVL0 */
#ifdef OVLB
STATIC_OVL void
mrustm(magr, mdef, obj)
register struct monst *magr, *mdef;
@@ -1442,7 +1432,5 @@ int aatyp;
return w_mask;
}
#endif /* OVLB */
/*mhitm.c*/