water_cmd.c
changeset 3884 475989407ceb
parent 3657 2be38157182d
child 3900 4984308f9125
--- a/water_cmd.c	Sun May 21 13:18:06 2006 +0000
+++ b/water_cmd.c	Sun May 21 13:51:36 2006 +0000
@@ -78,7 +78,6 @@
 
 	if (flags & DC_EXEC) {
 		depot->xy = tile;
-		_last_built_ship_depot_tile = tile;
 		depot->town_index = ClosestTownFromTile(tile, (uint)-1)->index;
 
 		MakeShipDepot(tile,_current_player, DEPOT_NORTH, p1);
@@ -698,10 +697,6 @@
 	return 0;
 }
 
-void InitializeDock(void)
-{
-	_last_built_ship_depot_tile = 0;
-}
 
 const TileTypeProcs _tile_type_water_procs = {
 	DrawTile_Water,						/* draw_tile_proc */