Skip to content

Commit

Permalink
original sunrise_sunset_face.h
Browse files Browse the repository at this point in the history
  • Loading branch information
mcguirepr89 committed Oct 16, 2024
1 parent 3d41a59 commit 4335ec6
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions movement/watch_faces/complication/sunrise_sunset_face.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand All @@ -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
Expand Down

0 comments on commit 4335ec6

Please sign in to comment.