(svn r2272) Remove unused attribute from struct Station

This commit is contained in:
tron 2005-05-06 06:59:24 +00:00
parent d17476b058
commit 69a09c6f77

View File

@ -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;