diff options
Diffstat (limited to 'vcl/generic/fontmanager/parseAFM.hxx')
-rw-r--r-- | vcl/generic/fontmanager/parseAFM.hxx | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/vcl/generic/fontmanager/parseAFM.hxx b/vcl/generic/fontmanager/parseAFM.hxx index 933e2fa7bfda..a31217b9a14f 100644 --- a/vcl/generic/fontmanager/parseAFM.hxx +++ b/vcl/generic/fontmanager/parseAFM.hxx @@ -203,9 +203,8 @@ typedef struct _t_ligature typedef struct { int code, /* key: C */ - wx, /* key: WX */ - w0x, /* key: W0X */ - wy; /* together wx and wy are associated with key: W */ + wx, /* key: WX */ + wy; /* together wx and wy are associated with key: W */ char *name; /* key: N */ BBox charBBox; /* key: B */ Ligature *ligs; /* key: L (linked list; not a fixed number of Ls */ |