(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

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