summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_ui_menu.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/lib/vboot_ui_menu.c')
-rw-r--r--firmware/lib/vboot_ui_menu.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/firmware/lib/vboot_ui_menu.c b/firmware/lib/vboot_ui_menu.c
index ef428610..ee81c29d 100644
--- a/firmware/lib/vboot_ui_menu.c
+++ b/firmware/lib/vboot_ui_menu.c
@@ -147,7 +147,6 @@ int VbUserConfirmsMenu(struct vb2_context *ctx, VbCommonParams *cparams,
return 1;
}
}
- VbCheckDisplayKey(ctx, cparams, key);
}
VbExSleepMs(CONFIRM_KEY_DELAY);
}
@@ -836,7 +835,6 @@ VbError_t vb2_developer_menu(struct vb2_context *ctx, VbCommonParams *cparams)
break;
default:
VB2_DEBUG("pressed key %d\n", key);
- VbCheckDisplayKey(ctx, cparams, key);
break;
}
} while(VbAudioLooping(audio));