diff options
Diffstat (limited to 'src/landscape.h')
-rw-r--r-- | src/landscape.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/landscape.h b/src/landscape.h index 178579efb..00fe99706 100644 --- a/src/landscape.h +++ b/src/landscape.h @@ -26,8 +26,6 @@ byte GetSnowLine(void); byte HighestSnowLine(void); void ClearSnowLine(void); -bool IsValidTile(TileIndex tile); - uint GetPartialZ(int x, int y, Slope corners); uint GetSlopeZ(int x, int y); void GetSlopeZOnEdge(Slope tileh, DiagDirection edge, int *z1, int *z2); |