src/landscape.h
changeset 9147 54271cd8f27f
parent 8876 a0b7938c6082
child 10429 1b99254f9607
--- a/src/landscape.h	Wed Feb 27 21:46:57 2008 +0000
+++ b/src/landscape.h	Thu Feb 28 00:10:08 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);