src/landscape.h
branchnoai
changeset 9800 ab08ca2a2018
parent 9724 b39bc69bb2f2
child 10455 22c441f5adf9
--- a/src/landscape.h	Thu Feb 28 00:36:05 2008 +0000
+++ b/src/landscape.h	Thu Feb 28 00:43:30 2008 +0000
@@ -26,8 +26,6 @@
 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);