summaryrefslogtreecommitdiff
path: root/src/console_cmds.cpp
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/console_cmds.cpp
parent1d9a84a934f680094bddc18f730067d757d27444 (diff)
downloadopenttd-13d43b8dabc66ae5ca194d8f7cd6e66c2f268825.tar.xz
(svn r19937) -Codechange: Move some fios related prototypes to fios.h
Diffstat (limited to 'src/console_cmds.cpp')
-rw-r--r--src/console_cmds.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/console_cmds.cpp b/src/console_cmds.cpp
index 769e45984..e0fc3b9f9 100644
--- a/src/console_cmds.cpp
+++ b/src/console_cmds.cpp
@@ -214,9 +214,6 @@ DEF_CONSOLE_CMD(ConScrollToTile)
return false;
}
-extern void BuildFileList();
-extern void SetFiosType(const byte fiostype);
-
/* Save the map to a file */
DEF_CONSOLE_CMD(ConSave)
{