remove unused subpx flag from lv_font_fmt_txt

This commit is contained in:
Gabor Kiss-Vamosi
2019-11-28 10:14:42 +01:00
parent 148478bf60
commit 9083adb936

View File

@@ -191,7 +191,6 @@ typedef struct {
* from `lv_font_fmt_txt_bitmap_format_t`
*/
uint16_t bitmap_format :2;
uint16_t subpx :1;
/*Cache the last letter and is glyph id*/
uint32_t last_letter;