Remove unused menu_action_ok LOG

This commit is contained in:
twinaphex 2014-10-02 17:48:40 +02:00
parent a844c3997a
commit e581436c0a

View File

@ -855,7 +855,6 @@ static int menu_action_ok(const char *menu_path,
rarch_main_command(RARCH_CMD_LOAD_CONTENT_PERSIST);
menu_flush_stack_type(driver.menu->menu_stack,MENU_SETTINGS);
driver.menu->msg_force = true;
RARCH_LOG("Gets here.\n");
return -1;
}