diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-21 12:06:06 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2022-01-21 12:06:06 -0500 |
commit | 6ca8c78e0dd63891fb006395d30ba6a1a2aa44d1 (patch) | |
tree | 0edbf3c398006abc7f025ead0870a78911cf226c /movement/movement_config.h | |
parent | a21ad54aac11fa2624105ba0a203808416d228be (diff) | |
download | Sensor-Watch-6ca8c78e0dd63891fb006395d30ba6a1a2aa44d1.tar.gz Sensor-Watch-6ca8c78e0dd63891fb006395d30ba6a1a2aa44d1.tar.bz2 Sensor-Watch-6ca8c78e0dd63891fb006395d30ba6a1a2aa44d1.zip |
movement: didn't mean to add sunrise/sunset by default
Diffstat (limited to 'movement/movement_config.h')
-rw-r--r-- | movement/movement_config.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/movement/movement_config.h b/movement/movement_config.h index ff055349..7a807980 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -46,7 +46,6 @@ const watch_face_t watch_faces[] = { simple_clock_face, - sunrise_sunset_face, preferences_face, set_time_face, }; |