Nikolay Sivov : dwrite: Remove unused type definitions.

Alexandre Julliard julliard at winehq.org
Tue Mar 9 14:55:17 CST 2021


Module: wine
Branch: master
Commit: 9ea34503012fe32c420f4f94b37a685d19632544
URL:    https://source.winehq.org/git/wine.git/?a=commit;h=9ea34503012fe32c420f4f94b37a685d19632544

Author: Nikolay Sivov <nsivov at codeweavers.com>
Date:   Mon Mar  8 11:30:51 2021 +0300

dwrite: Remove unused type definitions.

Signed-off-by: Nikolay Sivov <nsivov at codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 dlls/dwrite/opentype.c | 21 +--------------------
 1 file changed, 1 insertion(+), 20 deletions(-)

diff --git a/dlls/dwrite/opentype.c b/dlls/dwrite/opentype.c
index 01bf1ce0a09..717b1ea0351 100644
--- a/dlls/dwrite/opentype.c
+++ b/dlls/dwrite/opentype.c
@@ -400,7 +400,7 @@ struct ot_script
     WORD default_langsys;
     WORD langsys_count;
     struct ot_langsys_record langsys[1];
-} OT_Script;
+};
 
 struct ot_script_record
 {
@@ -802,25 +802,6 @@ struct ot_gpos_mark_to_mark_format1
     WORD mark2_array;
 };
 
-typedef struct {
-    WORD SubstFormat;
-    WORD Coverage;
-    WORD DeltaGlyphID;
-} GSUB_SingleSubstFormat1;
-
-typedef struct {
-    WORD SubstFormat;
-    WORD Coverage;
-    WORD GlyphCount;
-    WORD Substitute[1];
-} GSUB_SingleSubstFormat2;
-
-typedef struct {
-    WORD SubstFormat;
-    WORD ExtensionLookupType;
-    DWORD ExtensionOffset;
-} GSUB_ExtensionPosFormat1;
-
 struct kern_header
 {
     WORD version;




More information about the wine-cvs mailing list