(svn r4460) - Newstations: remove unused class_id / stat_id variables from the

Station struct.
This commit is contained in:
2006-04-17 18:47:50 +00:00
parent 71b530dfe2
commit 3b6cbf62d4
3 changed files with 2 additions and 6 deletions

View File

@@ -374,8 +374,6 @@ Station *ComposeWaypointStation(TileIndex tile)
stat.town = GetTown(wp->town_index);
stat.string_id = wp->string == STR_NULL ? /* FIXME? */ 0 : wp->string;
stat.build_date = wp->build_date;
stat.class_id = 6;
stat.stat_id = wp->stat_id;
return &stat;
}