diff options
Diffstat (limited to 'watch-library')
-rw-r--r-- | watch-library/simulator/watch/watch.c | 4 |
1 files changed, 0 insertions, 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; } |