[type42] Minor clean-up.

* src/type42/t42parse.c (t42_parse_font_matrix): Remove unused
variable.
2.6.5
Werner Lemberg 10 years ago
parent fd70512eee
commit e5f4469359
  1. 7
      ChangeLog
  2. 1
      src/type42/t42parse.c

@ -1,3 +1,10 @@
2015-08-08 Werner Lemberg <wl@gnu.org>
[type42] Minor clean-up.
* src/type42/t42parse.c (t42_parse_font_matrix): Remove unused
variable.
2015-08-06 Alexei Podtelezhnikov <apodtele@gmail.com>
[type42] Parse FontMatrix according to specifications.

@ -246,7 +246,6 @@
T42_Parser parser = &loader->parser;
FT_Matrix* matrix = &face->type1.font_matrix;
FT_Vector* offset = &face->type1.font_offset;
FT_Face root = (FT_Face)&face->root;
FT_Fixed temp[6];
FT_Fixed temp_scale;
FT_Int result;

Loading…
Cancel
Save