remove unused valid field

This commit is contained in:
Vincent Wei
2021-05-11 10:41:46 +08:00
parent fe48d1cc64
commit a85386499e
-1
View File
@@ -88,7 +88,6 @@ typedef int (* MakeHashKeyFunc)(Glyph32 gv);
typedef struct tagFTFACEINFO {
char* filepathname;
FT_Face face;
BOOL valid;
#ifdef _MGFONT_TTF_CACHE
int face_index;
int cmap_index;