diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-03 19:06:25 -0500 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-03 19:06:25 -0500 |
commit | 5a6bf6bfe24c4631a02e53b06f352b654b147dba (patch) | |
tree | cd50b85183a6a2dec98bf5f88a53ff3ff64cfef0 /movement | |
parent | 00c1f656d3fdb5d72ce93e2977fee33c8ea9dfda (diff) | |
download | Sensor-Watch-5a6bf6bfe24c4631a02e53b06f352b654b147dba.tar.gz Sensor-Watch-5a6bf6bfe24c4631a02e53b06f352b654b147dba.tar.bz2 Sensor-Watch-5a6bf6bfe24c4631a02e53b06f352b654b147dba.zip |
movement: remove testing watch face from config
Diffstat (limited to 'movement')
-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 b6b3c350..2ef43ef0 100644 --- a/movement/movement_config.h +++ b/movement/movement_config.h @@ -18,7 +18,6 @@ const watch_face_t watch_faces[] = { simple_clock_face, - character_set_face, preferences_face, set_time_face, }; |