diff --git a/lv_fonts/lv_font_symbol_10.c b/lv_fonts/lv_font_symbol_10.c index f1f1ae200..586b3d817 100644 --- a/lv_fonts/lv_font_symbol_10.c +++ b/lv_fonts/lv_font_symbol_10.c @@ -2836,13 +2836,8 @@ static const lv_font_glyph_dsc_t lv_font_symbol_10_glyph_dsc[] = { }; lv_font_t lv_font_symbol_10 = { -#if LV_TXT_UTF8 .unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/ .unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/ -#else - .unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/ - .unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/ -#endif .h_px = 10, /*Font height in pixels*/ .glyph_bitmap = lv_font_symbol_10_glyph_bitmap, /*Bitmap of glyphs*/ .glyph_dsc = lv_font_symbol_10_glyph_dsc, /*Description of glyphs*/ diff --git a/lv_fonts/lv_font_symbol_20.c b/lv_fonts/lv_font_symbol_20.c index 9bce90e0d..3a691f599 100644 --- a/lv_fonts/lv_font_symbol_20.c +++ b/lv_fonts/lv_font_symbol_20.c @@ -4836,13 +4836,8 @@ static const lv_font_glyph_dsc_t lv_font_symbol_20_glyph_dsc[] = { }; lv_font_t lv_font_symbol_20 = { -#if LV_TXT_UTF8 .unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/ .unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/ -#else - .unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/ - .unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/ -#endif .h_px = 20, /*Font height in pixels*/ .glyph_bitmap = lv_font_symbol_20_glyph_bitmap, /*Bitmap of glyphs*/ .glyph_dsc = lv_font_symbol_20_glyph_dsc, /*Description of glyphs*/ diff --git a/lv_fonts/lv_font_symbol_30.c b/lv_fonts/lv_font_symbol_30.c index 7426c6d7a..0a0f38684 100644 --- a/lv_fonts/lv_font_symbol_30.c +++ b/lv_fonts/lv_font_symbol_30.c @@ -6835,13 +6835,8 @@ static const lv_font_glyph_dsc_t lv_font_symbol_30_glyph_dsc[] = { #endif }; lv_font_t lv_font_symbol_30 = { -#if LV_TXT_UTF8 .unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/ .unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/ -#else - .unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/ - .unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/ -#endif .h_px = 30, /*Font height in pixels*/ .glyph_bitmap = lv_font_symbol_30_glyph_bitmap, /*Bitmap of glyphs*/ .glyph_dsc = lv_font_symbol_30_glyph_dsc, /*Description of glyphs*/ diff --git a/lv_fonts/lv_font_symbol_40.c b/lv_fonts/lv_font_symbol_40.c index 07c346f1e..eacbde0c9 100644 --- a/lv_fonts/lv_font_symbol_40.c +++ b/lv_fonts/lv_font_symbol_40.c @@ -8836,13 +8836,8 @@ static const lv_font_glyph_dsc_t lv_font_symbol_40_glyph_dsc[] = { }; lv_font_t lv_font_symbol_40 = { -#if LV_TXT_UTF8 .unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/ .unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/ -#else - .unicode_first = LV_SYMBOL_GLYPH_FIRST, /*First Unicode letter in this font*/ - .unicode_last = LV_SYMBOL_GLYPH_LAST, /*Last Unicode letter in this font*/ -#endif .h_px = 40, /*Font height in pixels*/ .glyph_bitmap = lv_font_symbol_40_glyph_bitmap, /*Bitmap of glyphs*/ .glyph_dsc = lv_font_symbol_40_glyph_dsc, /*Description of glyphs*/