Make WIZARD unconditional.

This commit is contained in:
Sean Hunt
2015-02-14 00:31:17 -05:00
committed by Pasi Kallinen
parent eca41ae060
commit cc7ab4a2da
62 changed files with 42 additions and 493 deletions

View File

@@ -1336,10 +1336,8 @@ do_storms()
* Check whether object has a timer of type timer_type.
*/
#ifdef WIZARD
STATIC_DCL const char *FDECL(kind_name, (SHORT_P));
STATIC_DCL void FDECL(print_queue, (winid, timer_element *));
#endif
STATIC_DCL void FDECL(insert_timer, (timer_element *));
STATIC_DCL timer_element *FDECL(remove_timer, (timer_element **, SHORT_P,
ANY_P *));
@@ -1377,9 +1375,6 @@ static const ttable timeout_funcs[NUM_TIME_FUNCS] = {
};
#undef TTAB
#if defined(WIZARD)
STATIC_OVL const char *
kind_name(kind)
short kind;
@@ -1460,9 +1455,6 @@ timer_sanity_check()
}
}
#endif /* WIZARD */
/*
* Pick off timeout elements from the global queue and call their functions.
* Do this until their time is less than or equal to the move count.