From eb3cacf14c1c636bd513ce386df80b64e6e388e8 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sun, 22 Nov 2015 21:44:07 +0100 Subject: [PATCH] rarch_main_data_iterate - this block seems to be unneeded --- runloop_data.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/runloop_data.c b/runloop_data.c index cba68c15ef..320b82cec3 100644 --- a/runloop_data.c +++ b/runloop_data.c @@ -227,20 +227,6 @@ void rarch_main_data_iterate(void) settings_t *settings = config_get_ptr(); (void)settings; -#ifdef HAVE_THREADS - if (settings->threaded_data_runloop_enable) - { - switch (g_data_runloop.thread_code) - { - case THREAD_CODE_INIT: - rarch_main_data_thread_init(); - break; - case THREAD_CODE_DEINIT: - case THREAD_CODE_ALIVE: - break; - } - } -#endif #ifdef HAVE_RPNG #ifdef HAVE_MENU