(s_p_etu): econfig key no longer used, remove.
This commit is contained in:
parent
4bd19812af
commit
ab55ea7381
4 changed files with 0 additions and 14 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue