summaryrefslogtreecommitdiffstats
path: root/movement/watch_faces/complications/beats_face.c
diff options
context:
space:
mode:
Diffstat (limited to 'movement/watch_faces/complications/beats_face.c')
-rw-r--r--movement/watch_faces/complications/beats_face.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/movement/watch_faces/complications/beats_face.c b/movement/watch_faces/complications/beats_face.c
index b4c76db1..d1466b33 100644
--- a/movement/watch_faces/complications/beats_face.c
+++ b/movement/watch_faces/complications/beats_face.c
@@ -76,7 +76,6 @@ bool beats_face_loop(movement_event_t event, movement_settings_t *settings, void
void beats_face_resign(movement_settings_t *settings, void *context) {
(void) settings;
(void) context;
- movement_request_tick_frequency(1);
}
uint32_t clock2beats(uint32_t hours, uint32_t minutes, uint32_t seconds, uint32_t subseconds, int16_t utc_offset) {