summaryrefslogtreecommitdiff
path: root/functions.h
diff options
context:
space:
mode:
authortron <tron@openttd.org>2006-03-22 19:16:58 +0000
committertron <tron@openttd.org>2006-03-22 19:16:58 +0000
commit337cdcc31fca98adcdcc21b729deb44c6974ed05 (patch)
tree588d8c9de3c80157dc2df25dbd792b9ee05bdaae /functions.h
parente8f5d89712143b437ec03932283a3b6dec0fdb04 (diff)
downloadopenttd-337cdcc31fca98adcdcc21b729deb44c6974ed05.tar.xz
(svn r4028) The last external user of FindLandscapeHeightByTile() is gone (r4027).
Move its implementation into its only caller - FindLandscapeHeight() - and remove it
Diffstat (limited to 'functions.h')
-rw-r--r--functions.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/functions.h b/functions.h
index f5ba1b6ba..2f325d911 100644
--- a/functions.h
+++ b/functions.h
@@ -5,7 +5,6 @@
/* landscape.c */
void FindLandscapeHeight(TileInfo *ti, uint x, uint y);
-void FindLandscapeHeightByTile(TileInfo *ti, TileIndex tile);
void DoClearSquare(TileIndex tile);
void CDECL ModifyTile(TileIndex tile, uint flags, ...);