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
commit0c30e46c9cc4312525f02494099615cb67a5f42b (patch)
tree3fefe2a159f75c187fcc4b7994a33266be72343e /src/functions.h
parent8b9ffbe15824cc0ca405e5c3ed49a276995a9739 (diff)
downloadopenttd-0c30e46c9cc4312525f02494099615cb67a5f42b.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 */