summaryrefslogtreecommitdiff
path: root/src/functions.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-05-08 13:29:35 +0000
committerrubidium <rubidium@openttd.org>2008-05-08 13:29:35 +0000
commitcd3dda5c0c38065f1431a4c74445318813f3703e (patch)
tree3fefe2a159f75c187fcc4b7994a33266be72343e /src/functions.h
parentcabd771fc0b99d42aaa7e172172ad39211933461 (diff)
downloadopenttd-cd3dda5c0c38065f1431a4c74445318813f3703e.tar.xz
(svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp.
Diffstat (limited to 'src/functions.h')
-rw-r--r--src/functions.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/functions.h b/src/functions.h
index e0d5ee390..f42eb573e 100644
--- a/src/functions.h
+++ b/src/functions.h
@@ -22,9 +22,6 @@ void SubtractMoneyFromPlayerFract(PlayerID player, CommandCost cost);
bool CheckOwnership(Owner owner);
bool CheckTileOwnership(TileIndex tile);
-/* misc_cmd.cpp */
-void PlaceTreesRandomly();
-
void InitializeLandscapeVariables(bool only_constants);
/* misc functions */