diff -r f7e4717b20bf -r 793081f80381 depot.h --- a/depot.h Sun May 21 13:18:06 2006 +0000 +++ b/depot.h Sun May 21 13:51:36 2006 +0000 @@ -60,10 +60,6 @@ return (_patches.servint_ispercent) ? clamp(index, MIN_SERVINT_PERCENT, MAX_SERVINT_PERCENT) : clamp(index, MIN_SERVINT_DAYS, MAX_SERVINT_DAYS); } -VARDEF TileIndex _last_built_train_depot_tile; -VARDEF TileIndex _last_built_road_depot_tile; -VARDEF TileIndex _last_built_aircraft_depot_tile; -VARDEF TileIndex _last_built_ship_depot_tile; /** * Check if a depot really exists.