fix(freetype): unused variable warning (#10666)

Co-authored-by: Gabor Kiss-Vamosi <kisvegabor@gmail.com>
This commit is contained in:
André Costa
2026-09-10 11:54:48 +02:00
committed by GitHub
co-authored by Gabor Kiss-Vamosi
parent b25c1882e9
commit 93f242bb86
+1 -2
View File
@@ -372,8 +372,7 @@ static void lv_freetype_cleanup(lv_freetype_context_t * ctx)
static FTC_FaceID lv_freetype_req_face_id(lv_freetype_context_t * ctx, const char * pathname)
{
size_t len = lv_strlen(pathname);
LV_ASSERT(len > 0);
LV_ASSERT(pathname && pathname[0] != '\0');
lv_ll_t * ll_p = &ctx->face_id_ll;
face_id_node_t * node;