1
0
mirror of https://github.com/lvgl/lvgl.git synced 2025-01-14 06:42:58 +08:00

chore: remove commented code

This commit is contained in:
Gabor Kiss-Vamosi 2023-10-04 10:34:49 +02:00
parent edc89960ea
commit 0d193d6620

View File

@ -379,8 +379,6 @@ static void draw_letter(lv_draw_unit_t * draw_unit, lv_draw_glyph_dsc_t * dsc,
letter != 0x200c) { /*ZERO WIDTH NON-JOINER*/
LV_LOG_WARN("lv_draw_letter: glyph dsc. not found for U+%" LV_PRIX32, letter);
}
// LV_PROFILER_END;
// return;
}
/*Don't draw anything if the character is empty. E.g. space*/