remove CLOCK_FACE_24H_ONLY option, will lead to too many edge cases

This commit is contained in:
joeycastillo
2024-09-29 11:38:47 -04:00
parent 998968cf3f
commit bb0211eb01
2 changed files with 0 additions and 7 deletions

View File

@ -45,9 +45,6 @@ void preferences_face_setup(uint8_t watch_face_index, void ** context_ptr) {
for (int i = 0; i < PREFERENCES_PAGE_NUM_PREFERENCES; i++) {
state->setting_enabled[i] = true;
}
#ifdef CLOCK_FACE_24H_ONLY
state->setting_enabled[PREFERENCES_PAGE_CLOCK_MODE] = false;
#endif
#ifndef WATCH_RED_TCC_CHANNEL
state->setting_enabled[PREFERENCES_PAGE_LED_RED] = false;
#endif