(s_p_etu): econfig key no longer used, remove.

This commit is contained in:
Markus Armbruster 2007-07-15 09:59:52 +00:00
parent 4bd19812af
commit ab55ea7381
4 changed files with 0 additions and 14 deletions

View file

@ -69,12 +69,6 @@ update_init(void)
struct player *dp;
int stacksize;
if (s_p_etu <= 0) {
logerror("bad value for s_p_etu (%d)", s_p_etu);
s_p_etu = 2 * 60;
logerror("setting s_p_etu to %d", s_p_etu);
}
update_schedule_anchor = (time(NULL) + 59) / 60 * 60;
if (update_get_schedule() < 0)
exit(1);