Remove unused global->savefiles
This commit is contained in:
parent
1e5d4198de
commit
cdf0b5e076
|
@ -166,9 +166,6 @@ typedef struct global
|
||||||
char remapfile[PATH_MAX_LENGTH];
|
char remapfile[PATH_MAX_LENGTH];
|
||||||
} name;
|
} name;
|
||||||
|
|
||||||
/* A list of save types and associated paths for all content. */
|
|
||||||
struct string_list *savefiles;
|
|
||||||
|
|
||||||
/* For --subsystem content. */
|
/* For --subsystem content. */
|
||||||
char subsystem[PATH_MAX_LENGTH];
|
char subsystem[PATH_MAX_LENGTH];
|
||||||
struct string_list *subsystem_fullpaths;
|
struct string_list *subsystem_fullpaths;
|
||||||
|
|
Loading…
Reference in New Issue