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

@@ -15,7 +15,6 @@
#include "hack.h"
#ifdef OVLB
STATIC_DCL boolean FDECL(isbig, (struct mkroom *));
STATIC_DCL struct mkroom * FDECL(pick_room,(BOOLEAN_P));
STATIC_DCL void NDECL(mkshop), FDECL(mkzoo,(int)), NDECL(mkswamp);
@@ -26,14 +25,11 @@ STATIC_DCL struct permonst * NDECL(antholemon);
STATIC_DCL struct permonst * NDECL(squadmon);
STATIC_DCL void FDECL(save_room, (int,struct mkroom *));
STATIC_DCL void FDECL(rest_room, (int,struct mkroom *));
#endif /* OVLB */
#define sq(x) ((x)*(x))
extern const struct shclass shtypes[]; /* defined in shknam.c */
#ifdef OVLB
STATIC_OVL boolean
isbig(sroom)
register struct mkroom *sroom;
@@ -553,9 +549,6 @@ register struct mkroom *sroom;
return FALSE;
}
#endif /* OVLB */
#ifdef OVL0
int
somex(croom)
register struct mkroom *croom;
@@ -656,9 +649,6 @@ schar type;
return (struct mkroom *) 0;
}
#endif /* OVL0 */
#ifdef OVLB
struct permonst *
courtmon()
{
@@ -776,6 +766,5 @@ int fd;
rooms[nroom].hx = -1; /* restore ending flags */
subrooms[nsubroom].hx = -1;
}
#endif /* OVLB */
/*mkroom.c*/