From b57c1416d4643f79ca2d4de44764f123db427065 Mon Sep 17 00:00:00 2001 From: Neo Xu Date: Wed, 2 Oct 2024 16:26:13 +0800 Subject: [PATCH] chore(font): remove non-existing fonts Signed-off-by: Neo Xu --- src/constants.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/src/constants.c b/src/constants.c index 636d968..6de2730 100644 --- a/src/constants.c +++ b/src/constants.c @@ -417,14 +417,6 @@ static const rotable_Reg builtin_font_const_table[] = { }, #endif -#if LV_FONT_MONTSERRAT_12_SUBPX - { - .name = "MONTSERRAT_12_SUBPX", - .type = LUA_TLIGHTUSERDATA, - .ptr = &lv_font_montserrat_12_subpx, - }, -#endif - #if LV_FONT_MONTSERRAT_28_COMPRESSED { .name = "MONTSERRAT_28_COMPRESSED",