summaryrefslogtreecommitdiff
path: root/src/landscape.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2009-02-25 21:24:42 +0000
committerfrosch <frosch@openttd.org>2009-02-25 21:24:42 +0000
commitc7e324bb400d3d9fa5d1db5c0330861f366949af (patch)
tree93a2115063e2581a329f86bc622fec309ed10abb /src/landscape.h
parent0a2e46c6c70ace983f81b769fe98235be0f95649 (diff)
downloadopenttd-c7e324bb400d3d9fa5d1db5c0330861f366949af.tar.xz
(svn r15582) -Cleanup: Remove unused function AdjustTileCoordRandomly(). Btw. it would also cause desyncs and wrap around the map.
Diffstat (limited to 'src/landscape.h')
-rw-r--r--src/landscape.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/landscape.h b/src/landscape.h
index 414de3df7..4eae6394e 100644
--- a/src/landscape.h
+++ b/src/landscape.h
@@ -58,6 +58,4 @@ void RunTileLoop();
void InitializeLandscape();
void GenerateLandscape(byte mode);
-TileIndex AdjustTileCoordRandomly(TileIndex a, byte rng);
-
#endif /* LANDSCAPE_H */