rarch_main_data_iterate - this block seems to be unneeded

This commit is contained in:
twinaphex 2015-11-22 21:44:07 +01:00
parent f9d93261fa
commit eb3cacf14c

View File

@ -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