Skip to content

Commit

Permalink
chore(font): remove non-existing fonts
Browse files Browse the repository at this point in the history
Signed-off-by: Neo Xu <[email protected]>
  • Loading branch information
XuNeo committed Oct 2, 2024
1 parent d7f52e5 commit b57c141
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions src/constants.c
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit b57c141

Please sign in to comment.