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

@@ -7,11 +7,6 @@
#include "hack.h"
#include "eshk.h"
#ifndef OVLB
extern const struct shclass shtypes[];
#else
STATIC_DCL void FDECL(mkshobj_at, (const struct shclass *,int,int));
STATIC_DCL void FDECL(nameshk, (struct monst *,const char * const *));
STATIC_DCL int FDECL(shkinit, (const struct shclass *,struct mkroom *));
@@ -498,9 +493,6 @@ register struct mkroom *sroom;
level.flags.has_shop = TRUE;
}
#endif /* OVLB */
#ifdef OVL0
/* does shkp's shop stock this item type? */
boolean
saleable(shkp, obj)
@@ -534,6 +526,4 @@ int type;
return shp->iprobs[i].itype;
}
#endif /* OVL0 */
/*shknam.c*/