summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2api.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/include/2api.h')
-rw-r--r--firmware/2lib/include/2api.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/firmware/2lib/include/2api.h b/firmware/2lib/include/2api.h
index e001230a..b6c9bea4 100644
--- a/firmware/2lib/include/2api.h
+++ b/firmware/2lib/include/2api.h
@@ -1297,12 +1297,6 @@ enum vb2_ui_error {
VB2_UI_ERROR_NONE = 0,
/* Dev mode already enabled */
VB2_UI_ERROR_DEV_MODE_ALREADY_ENABLED,
- /* Dev mode internal boot not allowed */
- VB2_UI_ERROR_DEV_INTERNAL_NOT_ALLOWED,
- /* Dev mode external boot not allowed */
- VB2_UI_ERROR_DEV_EXTERNAL_NOT_ALLOWED,
- /* Dev mode external boot failed */
- VB2_UI_ERROR_DEV_EXTERNAL_BOOT_FAILED,
};
/**