summaryrefslogtreecommitdiff
path: root/include/keyboard_scan.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/keyboard_scan.h')
-rw-r--r--include/keyboard_scan.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/keyboard_scan.h b/include/keyboard_scan.h
index 98ff5db826..0fa526ee48 100644
--- a/include/keyboard_scan.h
+++ b/include/keyboard_scan.h
@@ -31,9 +31,6 @@ enum boot_key {
*/
enum boot_key keyboard_scan_get_boot_key(void);
-/* Clear the boot key state. */
-void keyboard_scan_clear_boot_key(void);
-
/* Return non-zero if recovery key was pressed at boot. */
int keyboard_scan_recovery_pressed(void);