summaryrefslogtreecommitdiff
path: root/src/tile_map.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tile_map.h')
-rw-r--r--src/tile_map.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/tile_map.h b/src/tile_map.h
index 89f532e4f..3fad368cd 100644
--- a/src/tile_map.h
+++ b/src/tile_map.h
@@ -289,8 +289,6 @@ static inline int GetTilePixelZ(TileIndex tile)
return GetTileZ(tile) * TILE_HEIGHT;
}
-int GetTilePixelZOutsideMap(int x, int y);
-
/**
* Get top height of the tile
* @param tile Tile to compute height of
@@ -301,9 +299,6 @@ static inline int GetTileMaxPixelZ(TileIndex tile)
return GetTileMaxZ(tile) * TILE_HEIGHT;
}
-int GetTileMaxPixelZOutsideMap(int x, int y);
-
-
/**
* Calculate a hash value from a tile position
*