[type42] Minor clean-up.

* src/type42/t42parse.c (t42_parse_font_matrix): Remove unused
variable.
This commit is contained in:
Werner Lemberg 2015-08-08 07:45:03 +02:00
parent fd70512eee
commit e5f4469359
2 changed files with 7 additions and 1 deletions

View File

@ -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.

View File

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