(svn r27646) -Codechange: Move _fios_items variable into the SaveLoadWindow class.

This commit is contained in:
alberth
2016-09-04 12:55:54 +00:00
parent 76cd96e709
commit ac72a6b1ed
3 changed files with 19 additions and 21 deletions

View File

@@ -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;