Make WIZARD unconditional.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user