summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorterkhen <terkhen@openttd.org>2010-02-08 21:19:41 +0000
committerterkhen <terkhen@openttd.org>2010-02-08 21:19:41 +0000
commitb9f06f3f2998c6ae5474ef9de725fb34bf5511ec (patch)
tree3627bbeab042ca1244a7e1174047abb9dbd0877f /src/gui.h
parent0267acff62c41932c52e7468c295881cc0e9343f (diff)
downloadopenttd-b9f06f3f2998c6ae5474ef9de725fb34bf5511ec.tar.xz
(svn r19062) -Codechange: Move smallmap related functions to their own header.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gui.h b/src/gui.h
index 3a01edba1..0e689cd60 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -64,7 +64,6 @@ void ShowSubsidiesList();
void ShowEstimatedCostOrIncome(Money cost, int x, int y);
void ShowErrorMessage(StringID summary_msg, StringID detailed_msg, int x, int y, bool no_timeout = false);
-void ShowSmallMap();
void ShowExtraViewPortWindow(TileIndex tile = INVALID_TILE);
void BuildFileList();