From 4b0bcf39cce5a8b059278e25afd4aea5ab5c2104 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Tue, 30 Sep 2014 12:43:06 +0200 Subject: [PATCH] Get rid of dead code in menu_iterate --- frontend/menu/menu_common.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/frontend/menu/menu_common.c b/frontend/menu/menu_common.c index 5ac804d69f..dbb2e7847e 100644 --- a/frontend/menu/menu_common.c +++ b/frontend/menu/menu_common.c @@ -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;