summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortron <tron@openttd.org>2005-05-06 06:59:24 +0000
committertron <tron@openttd.org>2005-05-06 06:59:24 +0000
commit3f83bba96ee2cd433a1b6184d4b0db52bf286df9 (patch)
tree22dfe5f7fdc1423b6ad0af389cca685e0917ad34
parent52c89cf47796935001c0884a159b3efacfd9c0a2 (diff)
downloadopenttd-3f83bba96ee2cd433a1b6184d4b0db52bf286df9.tar.xz
(svn r2272) Remove unused attribute from struct Station
-rw-r--r--station.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/station.h b/station.h
index 413613b46..08c3e01c0 100644
--- a/station.h
+++ b/station.h
@@ -50,8 +50,6 @@ struct Station {
TileIndex airport_tile;
TileIndex dock_tile;
Town *town;
- // alpha_order is obsolete since savegame format 4
- byte alpha_order_obsolete;
uint16 string_id;
ViewportSign sign;