From 69a09c6f7729449f34b3f43824ed0b9166a83370 Mon Sep 17 00:00:00 2001 From: tron Date: Fri, 6 May 2005 06:59:24 +0000 Subject: (svn r2272) Remove unused attribute from struct Station --- station.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'station.h') 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; -- cgit v1.2.3-54-g00ecf