summaryrefslogtreecommitdiff
path: root/tile.h
diff options
context:
space:
mode:
Diffstat (limited to 'tile.h')
-rw-r--r--tile.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/tile.h b/tile.h
index 61286bbcd..af6c0e1f1 100644
--- a/tile.h
+++ b/tile.h
@@ -79,10 +79,6 @@ static inline bool IsTileType(TileIndex tile, TileType type)
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)
{