Commit 200e097c6b21cdfd5fc491cc7de1f4cefbf0294b

David Turner 2000-02-02T12:21:35

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;
   };