summaryrefslogtreecommitdiff
path: root/src/gui.h
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2010-06-05 19:02:29 +0000
committerfrosch <frosch@openttd.org>2010-06-05 19:02:29 +0000
commit13d43b8dabc66ae5ca194d8f7cd6e66c2f268825 (patch)
treea376d445fa857e09c2e4b4fd12fea6517c1161ba /src/gui.h
parent1d9a84a934f680094bddc18f730067d757d27444 (diff)
downloadopenttd-13d43b8dabc66ae5ca194d8f7cd6e66c2f268825.tar.xz
(svn r19937) -Codechange: Move some fios related prototypes to fios.h
Diffstat (limited to 'src/gui.h')
-rw-r--r--src/gui.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/gui.h b/src/gui.h
index f6a0e14df..5caa110b2 100644
--- a/src/gui.h
+++ b/src/gui.h
@@ -65,12 +65,6 @@ void ShowErrorMessage(StringID summary_msg, StringID detailed_msg, WarningLevel
void ShowExtraViewPortWindow(TileIndex tile = INVALID_TILE);
-void BuildFileList();
-void SetFiosType(const byte fiostype);
-
-/* FIOS_TYPE_FILE, FIOS_TYPE_OLDFILE etc. different colours */
-extern const TextColour _fios_colours[];
-
/* bridge_gui.cpp */
void ShowBuildBridgeWindow(TileIndex start, TileIndex end, TransportType transport_type, byte bridge_type);