Get rid of dead code in menu_iterate

This commit is contained in:
twinaphex 2014-09-30 12:43:06 +02:00
parent 90d6aec985
commit 4b0bcf39cc

View File

@ -362,12 +362,6 @@ bool menu_iterate(retro_input_t input,
if (driver.menu_ctx && driver.menu_ctx->input_postprocess)
driver.menu_ctx->input_postprocess(input, old_input);
#if 0
/* Go back to Main Menu when exiting */
if (ret < 0)
menu_flush_stack_type(driver.menu->menu_stack, MENU_SETTINGS);
#endif
if (ret)
return false;