From 4335ec6c95ff0e7d1068382da3d2e5e0cabf1fc4 Mon Sep 17 00:00:00 2001 From: mcguirepr89 Date: Wed, 16 Oct 2024 15:49:26 -0400 Subject: [PATCH] original sunrise_sunset_face.h --- movement/watch_faces/complication/sunrise_sunset_face.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/movement/watch_faces/complication/sunrise_sunset_face.h b/movement/watch_faces/complication/sunrise_sunset_face.h index 814d47fcc..df5fda5c1 100644 --- a/movement/watch_faces/complication/sunrise_sunset_face.h +++ b/movement/watch_faces/complication/sunrise_sunset_face.h @@ -58,13 +58,6 @@ typedef struct { uint8_t longLatToUse; } sunrise_sunset_state_t; -typedef struct { - int timestamp; - watch_date_time *event; - const char *name; - const char *abreviation; -} SolarEvent; - void sunrise_sunset_face_setup(movement_settings_t *settings, uint8_t watch_face_index, void ** context_ptr); void sunrise_sunset_face_activate(movement_settings_t *settings, void *context); bool sunrise_sunset_face_loop(movement_event_t event, movement_settings_t *settings, void *context); @@ -87,7 +80,6 @@ typedef struct { static const long_lat_presets_t longLatPresets[] = { { .name = " "}, // Default, the long and lat get replaced by what's set in the watch - { .name = "dc", .latitude = 3883, .longitude = -7711 }, // Alexandria, VA // { .name = "Ny", .latitude = 4072, .longitude = -7401 }, // New York City, NY // { .name = "LA", .latitude = 3405, .longitude = -11824 }, // Los Angeles, CA // { .name = "dE", .latitude = 4221, .longitude = -8305 }, // Detroit, MI