mirror of
https://github.com/libretro/RetroArch
synced 2025-03-29 22:20:21 +00:00
Get rid of dead code in menu_iterate
This commit is contained in:
parent
90d6aec985
commit
4b0bcf39cc
@ -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;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user