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.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/firmware/lib/vboot_ui_menu.c b/firmware/lib/vboot_ui_menu.c
index 1ed01da9..8f610ab9 100644
--- a/firmware/lib/vboot_ui_menu.c
+++ b/firmware/lib/vboot_ui_menu.c
@@ -74,14 +74,6 @@ static void vb2_flash_screen(struct vb2_context *ctx)
vb2_draw_current_screen(ctx);
}
-/* Two short beeps to notify the user that attempted action was disallowed. */
-static void vb2_error_beep(void)
-{
- VbExBeep(120, 400);
- VbExSleepMs(120);
- VbExBeep(120, 400);
-}
-
/**
* Switch to a new menu (but don't draw it yet).
*