Remove useless variable

This commit is contained in:
Beu 2021-12-12 00:26:06 +01:00
parent 4a8b898075
commit db4fceab0c
1 changed files with 0 additions and 2 deletions

View File

@ -174,8 +174,6 @@ declare Boolean Map_Skipped;
UpdateScoresTableFooter(S_PointsLimit, S_RoundsPerMap, S_MapsPerMatch, Map_ValidRoundsNb, S_SegmentsPerRound);
declare Integer Map_NextEmptyArmorCheckTime;
// Find start blocks
declare CMapLandmark[] Starts = Map::GetStarts();
declare CMapLandmark[Integer] SortedStarts;