Don't refresh fixture team pointers at the start of season

This is no longer necessary now that team pointers are stable.
This commit is contained in:
Tom Stellard 2021-05-15 22:21:21 -07:00 committed by Tom Stellard
parent 801cb99b74
commit 0f5213bc4e
1 changed files with 0 additions and 4 deletions

View File

@ -228,10 +228,6 @@ start_new_season(void)
{
if(cp(i).add_week == 0)
fixture_write_cup_fixtures(&cp(i));
/* Reset team pointers using the stored ids
(pointers might have changed because of prom/rel). */
else if(cp(i).add_week == -1)
fixture_refresh_team_pointers(cp(i).fixtures);
else if(!query_cup_self_referential(&cp(i)))
cup_reset(&cp(i));
}