summaryrefslogtreecommitdiffstats
path: root/watch-library/shared/watch/watch_led.h
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/shared/watch/watch_led.h')
-rw-r--r--watch-library/shared/watch/watch_led.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/watch-library/shared/watch/watch_led.h b/watch-library/shared/watch/watch_led.h
index 9e9f5640..7e2dea2e 100644
--- a/watch-library/shared/watch/watch_led.h
+++ b/watch-library/shared/watch/watch_led.h
@@ -84,10 +84,5 @@ void watch_set_led_yellow(void);
/** @brief Turns both the red and the green LEDs off. */
void watch_set_led_off(void);
-__attribute__((deprecated("Use watch_enable_leds instead")))
-void watch_enable_led(bool unused);
-
-__attribute__((deprecated("Use watch_disable_leds instead")))
-void watch_disable_led(bool unused);
/// @}
#endif