From 91d19a15ec17aa00d605080ff0c97ff028b01714 Mon Sep 17 00:00:00 2001 From: twinaphex Date: Mon, 29 Feb 2016 02:36:18 +0100 Subject: [PATCH] Take this out --- menu/drivers/zarch.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/menu/drivers/zarch.c b/menu/drivers/zarch.c index 4a0b8b828d..8b645943b5 100644 --- a/menu/drivers/zarch.c +++ b/menu/drivers/zarch.c @@ -1271,9 +1271,6 @@ static int zarch_iterate(void *data, void *userdata, enum menu_action action) if (!menu_navigation_ctl(MENU_NAVIGATION_CTL_GET_SELECTION, &selection)) return 0; - BIT64_SET(menu->state, MENU_STATE_RENDER_FRAMEBUFFER); - BIT64_SET(menu->state, MENU_STATE_BLIT); - menu_entry_get(&entry, 0, selection, NULL, false); zui->action = action;