From 2d9192dff1dcd22951eba73b5f23742a4622e1e6 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sun, 13 Feb 2022 23:32:17 -0500 Subject: [PATCH] remove obsolete low battery function from simulator --- watch-library/simulator/watch/watch.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/watch-library/simulator/watch/watch.c b/watch-library/simulator/watch/watch.c index 2b14d0ab..1c965aad 100644 --- a/watch-library/simulator/watch/watch.c +++ b/watch-library/simulator/watch/watch.c @@ -1,9 +1,5 @@ #include "watch.h" -bool watch_is_battery_low(void) { - return false; -} - bool watch_is_buzzer_or_led_enabled(void) { return false; }