From 200e097c6b21cdfd5fc491cc7de1f4cefbf0294b Mon Sep 17 00:00:00 2001 From: David Turner Date: Wed, 2 Feb 2000 12:21:35 +0000 Subject: [PATCH] updated the "FT_SubGlyph" structure --- include/freetype.h | 7 ------- 1 file changed, 7 deletions(-) diff --git a/include/freetype.h b/include/freetype.h index 4edaec503..2281929e1 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; };