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

@@ -14,8 +14,6 @@ STATIC_DCL void FDECL(see_lamp_flicker, (struct obj *, const char *));
STATIC_DCL void FDECL(lantern_message, (struct obj *));
STATIC_DCL void FDECL(cleanup_burn, (genericptr_t,long));
#ifdef OVLB
/* He is being petrified - dialogue by inmet!tower */
static NEARDATA const char * const stoned_texts[] = {
"You are slowing down.", /* 5 */
@@ -154,9 +152,6 @@ burn_away_slime()
}
#endif /* OVLB */
#ifdef OVL0
void
nh_timeout()
{
@@ -358,9 +353,6 @@ nh_timeout()
run_timers();
}
#endif /* OVL0 */
#ifdef OVL1
void
fall_asleep(how_long, wakeup_msg)
int how_long;
@@ -1160,9 +1152,6 @@ end_burn(obj, timer_attached)
impossible("end_burn: obj %s not timed!", xname(obj));
}
#endif /* OVL1 */
#ifdef OVL0
/*
* Cleanup a burning object if timer stopped.
*/
@@ -1188,9 +1177,6 @@ cleanup_burn(arg, expire_time)
update_inventory();
}
#endif /* OVL0 */
#ifdef OVL1
void
do_storms()
{
@@ -1230,10 +1216,7 @@ do_storms()
} else
You_hear("a rumbling noise.");
}
#endif /* OVL1 */
#ifdef OVL0
/* ------------------------------------------------------------------------- */
/*
* Generic Timeout Functions.
@@ -1856,6 +1839,4 @@ relink_timers(ghostly)
}
}
#endif /* OVL0 */
/*timeout.c*/