Remove unused default_log

This commit is contained in:
twinaphex 2016-09-17 14:00:42 +02:00
parent 3f7643304c
commit 98d325ad67

View File

@ -155,9 +155,6 @@ typedef struct rarch_path
{
/* Config associated with global "default" config. */
char append_config[PATH_MAX_LENGTH];
#ifdef HAVE_FILE_LOGGER
char default_log[PATH_MAX_LENGTH];
#endif
} rarch_path_t;
typedef struct rarch_resolution