summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorrubidium <rubidium@openttd.org>2008-04-18 15:13:45 +0000
committerrubidium <rubidium@openttd.org>2008-04-18 15:13:45 +0000
commit8c2c7c27ea6f7c9de041ffff9362f8a8d9d03a81 (patch)
tree519dfde0acb2940b0172a639260f73396ee96421 /src/gui.h
parentdc16b4f2b4cf13f7c55f0bb7efeaf74ec4b56752 (diff)
downloadopenttd-8c2c7c27ea6f7c9de041ffff9362f8a8d9d03a81.tar.xz
(svn r12768) -Codechange: move the statusbar GUI to it's own file.
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/gui.h b/src/gui.h
index e115196c3..591819c8c 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -34,11 +34,6 @@ void ShowCargoPaymentRates();
void ShowCompanyLeagueTable();
void ShowPerformanceRatingDetail();
-/* news_gui.cpp */
-void ShowLastNewsMessage();
-void ShowMessageOptions();
-void ShowMessageHistory();
-
/* train_gui.cpp */
void ShowOrdersWindow(const Vehicle *v);