summaryrefslogtreecommitdiff
path: root/waypoint.c
diff options
context:
space:
mode:
authorpeter1138 <peter1138@openttd.org>2006-04-17 18:47:50 +0000
committerpeter1138 <peter1138@openttd.org>2006-04-17 18:47:50 +0000
commit3b6cbf62d423a7dde0c3dc6adfebdbc5e62c57d5 (patch)
tree2924369efc12c87c55c8b655a73f232586941ac1 /waypoint.c
parent71b530dfe24593e8f0cb2f5799063afb316db4cd (diff)
downloadopenttd-3b6cbf62d423a7dde0c3dc6adfebdbc5e62c57d5.tar.xz
(svn r4460) - Newstations: remove unused class_id / stat_id variables from the
Station struct.
Diffstat (limited to 'waypoint.c')
-rw-r--r--waypoint.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/waypoint.c b/waypoint.c
index ea034529a..0efb9a0e3 100644
--- a/waypoint.c
+++ b/waypoint.c
@@ -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;
}