From cdf0b5e076415475604355ccd0f3c543947dfcc9 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 19 Sep 2016 19:27:46 +0200 Subject: [PATCH] Remove unused global->savefiles --- runloop.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/runloop.h b/runloop.h index 92c9408964..602809e2e6 100644 --- a/runloop.h +++ b/runloop.h @@ -166,9 +166,6 @@ typedef struct global char remapfile[PATH_MAX_LENGTH]; } name; - /* A list of save types and associated paths for all content. */ - struct string_list *savefiles; - /* For --subsystem content. */ char subsystem[PATH_MAX_LENGTH]; struct string_list *subsystem_fullpaths;