From 86f4fc424b4d1430a09f0aa8fe81630b9fde7eae Mon Sep 17 00:00:00 2001 From: twinaphex Date: Thu, 8 Jan 2015 14:48:35 +0100 Subject: [PATCH] init_content_file - g_extern.content_is_init already gets set at the end --- content.c | 1 - 1 file changed, 1 deletion(-) diff --git a/content.c b/content.c index 9bf2b4b650..9de3357824 100644 --- a/content.c +++ b/content.c @@ -557,7 +557,6 @@ bool init_content_file(void) struct string_list *content = NULL; const struct retro_subsystem_info *special = NULL; - g_extern.content_is_init = false; g_extern.temporary_content = string_list_new(); if (!g_extern.temporary_content)