From 13d43b8dabc66ae5ca194d8f7cd6e66c2f268825 Mon Sep 17 00:00:00 2001 From: frosch Date: Sat, 5 Jun 2010 19:02:29 +0000 Subject: (svn r19937) -Codechange: Move some fios related prototypes to fios.h --- src/console_cmds.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/console_cmds.cpp') 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) { -- cgit v1.2.3-54-g00ecf