summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authormaedhros <maedhros@openttd.org>2007-01-21 12:35:35 +0000
committermaedhros <maedhros@openttd.org>2007-01-21 12:35:35 +0000
commit38647bb426c862b1266d335a6e91daab89335afa (patch)
tree34e07eb38177465fc3e40e25c165764ca6007b9e /src/gui.h
parent7a7562d8e24f231f5e1a66281f1ec99027a86d1d (diff)
downloadopenttd-38647bb426c862b1266d335a6e91daab89335afa.tar.xz
(svn r8301) -Codechange: Move the code relating to the sign list window from graph_gui.cpp to a file of its own: signs_gui.cpp.
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 00ee301b4..f91ea849e 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -87,7 +87,6 @@ void ShowSubsidiesList(void);
void ShowPlayerStations(PlayerID player);
void ShowPlayerFinances(PlayerID player);
void ShowPlayerCompany(PlayerID player);
-void ShowSignList(void);
void ShowEstimatedCostOrIncome(int32 cost, int x, int y);
void ShowErrorMessage(StringID msg_1, StringID msg_2, int x, int y);