summaryrefslogtreecommitdiff
path: root/board/slippy/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/slippy/board.c')
-rw-r--r--board/slippy/board.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/board/slippy/board.c b/board/slippy/board.c
index 087c03d1e3..60851ceca9 100644
--- a/board/slippy/board.c
+++ b/board/slippy/board.c
@@ -243,14 +243,6 @@ void board_process_wake_events(uint32_t active_wake_events)
}
/**
- * Board-specific g781 power state.
- */
-int board_g781_has_power(void)
-{
- return gpio_get_level(GPIO_PP3300_DX_EN);
-}
-
-/**
* Discharge battery when on AC power for factory test.
*/
int board_discharge_on_ac(int enable)