summaryrefslogtreecommitdiff
path: root/src/fios.h
diff options
context:
space:
mode:
authoralberth <alberth@openttd.org>2016-09-04 12:55:54 +0000
committeralberth <alberth@openttd.org>2016-09-04 12:55:54 +0000
commit2d7201781bdf31fc1349ad465333e9d08bb39bfd (patch)
treeb47ebedffa26bf5b3ef29e364268974b5b09d933 /src/fios.h
parent5969685954b2769b0df2e0373ed327d674d05445 (diff)
downloadopenttd-2d7201781bdf31fc1349ad465333e9d08bb39bfd.tar.xz
(svn r27646) -Codechange: Move _fios_items variable into the SaveLoadWindow class.
Diffstat (limited to 'src/fios.h')
-rw-r--r--src/fios.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fios.h b/src/fios.h
index c1da5720f..37d562ca1 100644
--- a/src/fios.h
+++ b/src/fios.h
@@ -215,7 +215,6 @@ enum SortingBits {
DECLARE_ENUM_AS_BIT_SET(SortingBits)
/* Variables to display file lists */
-extern FileList _fios_items;
extern SaveLoadDialogMode _saveload_mode;
extern SortingBits _savegame_sort_order;