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
-15
View File
@@ -4,12 +4,6 @@
#include "hack.h"
#ifndef OVLB
STATIC_DCL long takeoff_mask, taking_off;
#else /* OVLB */
STATIC_OVL NEARDATA long takeoff_mask = 0L;
static NEARDATA long taking_off = 0L;
@@ -1512,10 +1506,6 @@ doputon()
return(1);
}
#endif /* OVLB */
#ifdef OVL0
void
find_ac()
{
@@ -1541,9 +1531,6 @@ find_ac()
}
}
#endif /* OVL0 */
#ifdef OVLB
void
glibr()
{
@@ -2097,6 +2084,4 @@ register schar delta;
}
}
#endif /* OVLB */
/*do_wear.c*/