tile.h
changeset 3184 118a520164e4
parent 3147 fc76d566a68e
child 3279 3f3b6ce1f427
--- a/tile.h	Sun Mar 12 12:19:25 2006 +0000
+++ b/tile.h	Sun Mar 12 15:04:03 2006 +0000
@@ -79,10 +79,6 @@
 	return GetTileType(tile) == type;
 }
 
-static inline bool IsTunnelTile(TileIndex tile)
-{
-	return IsTileType(tile, MP_TUNNELBRIDGE) && GB(_m[tile].m5, 4, 4) == 0;
-}
 
 static inline Owner GetTileOwner(TileIndex tile)
 {