Remove redundant steno eeconfig init (#22680)

This commit is contained in:
Joel Challis 2024-02-01 11:58:30 +00:00 committed by GitHub
parent 98f0c5ee24
commit 3dee67a05a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);
}