From 0d193d662005ad9661867da72222bb5b6d8a9b3b Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Wed, 4 Oct 2023 10:34:49 +0200 Subject: [PATCH] chore: remove commented code --- src/draw/lv_draw_label.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/draw/lv_draw_label.c b/src/draw/lv_draw_label.c index 2cc6dec47..6836225f9 100644 --- a/src/draw/lv_draw_label.c +++ b/src/draw/lv_draw_label.c @@ -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*/