summaryrefslogtreecommitdiffstats
path: root/watch-library
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-02-13 23:32:17 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-02-13 23:32:17 -0500
commit2d9192dff1dcd22951eba73b5f23742a4622e1e6 (patch)
tree56f3628f221a3a4cd587a4e30f07e8e3991457b6 /watch-library
parentc7f6387aee75cc76d3eae2ab23b419e9edf88902 (diff)
downloadSensor-Watch-2d9192dff1dcd22951eba73b5f23742a4622e1e6.tar.gz
Sensor-Watch-2d9192dff1dcd22951eba73b5f23742a4622e1e6.tar.bz2
Sensor-Watch-2d9192dff1dcd22951eba73b5f23742a4622e1e6.zip
remove obsolete low battery function from simulator
Diffstat (limited to 'watch-library')
-rw-r--r--watch-library/simulator/watch/watch.c4
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;
}