summaryrefslogtreecommitdiff
path: root/src/components/battery/BatteryController.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/battery/BatteryController.h')
-rw-r--r--src/components/battery/BatteryController.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/battery/BatteryController.h b/src/components/battery/BatteryController.h
index 164057c4..b66da5e4 100644
--- a/src/components/battery/BatteryController.h
+++ b/src/components/battery/BatteryController.h
@@ -32,10 +32,6 @@ namespace Pinetime {
return isPowerPresent;
}
- bool IsFull() const {
- return isFull;
- }
-
private:
static Battery* instance;
nrf_saadc_value_t saadc_value;