remove obsolete low battery function from simulator

This commit is contained in:
Joey Castillo 2022-02-13 23:32:17 -05:00
parent c7f6387aee
commit 2d9192dff1

View file

@ -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;
}