Codechange: Remove unused GetTilePixelZOutsideMap and GetTileMaxPixelZOutsideMap functions (Patch by adf88, #6583)
This commit is contained in:

committed by
Niels Martin Hansen

parent
b934cdf0ab
commit
43852baace
@@ -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
|
||||
*
|
||||
|
Reference in New Issue
Block a user