Skip to content

Commit 1224105

Browse files
committed
cmodule/m5unified: Delete unused fonts.
Signed-off-by: lbuque <[email protected]>
1 parent 5a78840 commit 1224105

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

third-party/cmodules/m5unified/mpy_m5gfx.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1188,11 +1188,11 @@ const font_obj_t gfx_font_DejaVu24_obj = {{ &mp_type_object }, &m5gfx::fonts::De
11881188
const font_obj_t gfx_font_DejaVu40_obj = {{ &mp_type_object }, &m5gfx::fonts::DejaVu40 };
11891189
const font_obj_t gfx_font_DejaVu56_obj = {{ &mp_type_object }, &m5gfx::fonts::DejaVu56 };
11901190
const font_obj_t gfx_font_DejaVu72_obj = {{ &mp_type_object }, &m5gfx::fonts::DejaVu72 };
1191-
const font_obj_t gfx_font_efontCN_14_obj = {{ &mp_type_object }, &m5gfx::fonts::efontCN_14 };
1191+
// const font_obj_t gfx_font_efontCN_14_obj = {{ &mp_type_object }, &m5gfx::fonts::efontCN_14 };
11921192
const font_obj_t gfx_font_efontCN_24_obj = {{ &mp_type_object }, &m5gfx::fonts::efontCN_24 };
1193-
const font_obj_t gfx_font_efontJA_14_obj = {{ &mp_type_object }, &m5gfx::fonts::efontJA_14 };
1193+
// const font_obj_t gfx_font_efontJA_14_obj = {{ &mp_type_object }, &m5gfx::fonts::efontJA_14 };
11941194
const font_obj_t gfx_font_efontJA_24_obj = {{ &mp_type_object }, &m5gfx::fonts::efontJA_24 };
1195-
const font_obj_t gfx_font_efontKR_14_obj = {{ &mp_type_object }, &m5gfx::fonts::efontKR_14 };
1195+
// const font_obj_t gfx_font_efontKR_14_obj = {{ &mp_type_object }, &m5gfx::fonts::efontKR_14 };
11961196
const font_obj_t gfx_font_efontKR_24_obj = {{ &mp_type_object }, &m5gfx::fonts::efontKR_24 };
11971197
// const font_obj_t gfx_font_montserrat_6_obj = {{ &mp_type_object }, &m5gfx::fonts::Montserrat6pt7b };
11981198
// const font_obj_t gfx_font_montserrat_7_obj = {{ &mp_type_object }, &m5gfx::fonts::Montserrat7pt7b };

0 commit comments

Comments
 (0)