summaryrefslogtreecommitdiff
path: root/board/boten
diff options
context:
space:
mode:
Diffstat (limited to 'board/boten')
-rw-r--r--board/boten/board.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/board/boten/board.c b/board/boten/board.c
index 520d69d1bb..bf7fdb17bf 100644
--- a/board/boten/board.c
+++ b/board/boten/board.c
@@ -188,11 +188,6 @@ uint16_t tcpc_get_alert_status(void)
return status;
}
-int extpower_is_present(void)
-{
- return pd_check_vbus_level(0, VBUS_PRESENT);
-}
-
void board_set_charge_limit(int port, int supplier, int charge_ma, int max_ma,
int charge_mv)
{