summaryrefslogtreecommitdiffstats
path: root/watch-library/simulator/watch/watch_led.c
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/simulator/watch/watch_led.c')
-rw-r--r--watch-library/simulator/watch/watch_led.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/watch-library/simulator/watch/watch_led.c b/watch-library/simulator/watch/watch_led.c
index 173f1b08..068da8bd 100644
--- a/watch-library/simulator/watch/watch_led.c
+++ b/watch-library/simulator/watch/watch_led.c
@@ -30,16 +30,6 @@ void watch_enable_leds(void) {}
void watch_disable_leds(void) {}
-void watch_enable_led(bool unused) {
- (void)unused;
- watch_enable_leds();
-}
-
-void watch_disable_led(bool unused) {
- (void)unused;
- watch_disable_leds();
-}
-
void watch_set_led_color(uint8_t red, uint8_t green) {
EM_ASM({
document.getElementById('light').style.opacity = $1 / 255;