Remove redundant steno eeconfig init (#22680)
1 files changed, 0 insertions(+), 3 deletions(-) M quantum/process_keycode/process_steno.c
M quantum/process_keycode/process_steno.c => quantum/process_keycode/process_steno.c +0 -3
@@ 128,9 128,6 @@ static const uint16_t combinedmap_second[] PROGMEM = {STN_S2, STN_KL, STN_WL, ST #ifdef STENO_ENABLE_ALL void steno_init(void) { - if (!eeconfig_is_enabled()) { - eeconfig_init(); - } mode = eeprom_read_byte(EECONFIG_STENOMODE); }