summaryrefslogtreecommitdiffstats
path: root/watch-library/watch/watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'watch-library/watch/watch.c')
-rw-r--r--watch-library/watch/watch.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/watch-library/watch/watch.c b/watch-library/watch/watch.c
index d55b61fe..059c2a93 100644
--- a/watch-library/watch/watch.c
+++ b/watch-library/watch/watch.c
@@ -24,11 +24,6 @@
#include "watch.h"
-// TODO: this should all live in watch_deepsleep.c, but right now watch_extint.c needs it
-// because we're being too clever about the alarm button.
-static void extwake_callback(uint8_t reason);
-ext_irq_cb_t btn_alarm_callback;
-
#include "watch_rtc.c"
#include "watch_slcd.c"
#include "watch_extint.c"