summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--firmware/lib/vboot_ui_menu.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/firmware/lib/vboot_ui_menu.c b/firmware/lib/vboot_ui_menu.c
index 7a00f3d7..82ef4220 100644
--- a/firmware/lib/vboot_ui_menu.c
+++ b/firmware/lib/vboot_ui_menu.c
@@ -874,11 +874,6 @@ VbError_t vb2_developer_menu(struct vb2_context *ctx, VbCommonParams *cparams)
ret = vb2_update_menu(ctx);
vb2_set_disabled_idx_mask(shared->flags);
- /*
- * Unfortunately, we need the blanking to get rid of
- * artifacts from previous menu printing.
- */
- VbDisplayScreen(ctx, cparams, VB_SCREEN_BLANK, 0);
vb2_draw_current_screen(ctx, cparams);
/* Probably shutting down */