summaryrefslogtreecommitdiff
path: root/src/fios.cpp
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.cpp
parent5969685954b2769b0df2e0373ed327d674d05445 (diff)
downloadopenttd-2d7201781bdf31fc1349ad465333e9d08bb39bfd.tar.xz
(svn r27646) -Codechange: Move _fios_items variable into the SaveLoadWindow class.
Diffstat (limited to 'src/fios.cpp')
-rw-r--r--src/fios.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/fios.cpp b/src/fios.cpp
index c670ee339..af89ef049 100644
--- a/src/fios.cpp
+++ b/src/fios.cpp
@@ -29,7 +29,6 @@
#include "safeguards.h"
/* Variables to display file lists */
-FileList _fios_items;
static char *_fios_path;
static const char *_fios_path_last;
SortingBits _savegame_sort_order = SORT_BY_DATE | SORT_DESCENDING;