updated the "FT_SubGlyph" structure
diff --git a/include/freetype.h b/include/freetype.h
index 4edaec5..2281929 100644
--- a/include/freetype.h
+++ b/include/freetype.h
@@ -1212,17 +1212,10 @@
struct FT_SubGlyph_
{
FT_Int index;
-
- FT_Byte* control_data;
- FT_Int control_len;
-
FT_UShort flags;
-
FT_Int arg1;
FT_Int arg2;
-
FT_Matrix transform;
- FT_SubGlyph* parent;
};