ref: e5f4469359560913da8a87cf4831e3e5dee30f93
parent: fd70512eee757d59bbf46377151081b8d054746e
author: Werner Lemberg <[email protected]>
date: Sat Aug 8 03:45:03 EDT 2015
[type42] Minor clean-up. * src/type42/t42parse.c (t42_parse_font_matrix): Remove unused variable.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2015-08-08 Werner Lemberg <[email protected]>
+
+ [type42] Minor clean-up.
+
+ * src/type42/t42parse.c (t42_parse_font_matrix): Remove unused
+ variable.
+
2015-08-06 Alexei Podtelezhnikov <[email protected]>
[type42] Parse FontMatrix according to specifications.
--- a/src/type42/t42parse.c
+++ b/src/type42/t42parse.c
@@ -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;