depot.h
changeset 3884 793081f80381
parent 3636 a36cc46e754d
child 3900 2c84ed52709d
--- 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.