ref: e2dae8fead1a3b2308b650074a7c139a8cf70fb5
parent: 90e437e3cdf0710b5c9b6197b95a58d594312626
author: Alexei Podtelezhnikov <[email protected]>
date: Thu Oct 1 18:03:34 EDT 2015
[smooth] Clean up worker. * src/smooth/ftgrays.c (gray_TWorker): Remove never used fields.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2015-10-01 Alexei Podtelezhnikov <[email protected]>
+
+ [smooth] Clean up worker.
+
+ * src/smooth/ftgrays.c (gray_TWorker): Remove never used fields.
+
2015-10-01 Werner Lemberg <[email protected]>
[sfnt] Make `tt_cmap4_char_map_linear' more robust (#46078).
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -439,7 +439,6 @@
FT_PtrDist max_cells;
FT_PtrDist num_cells;
- TCoord cx, cy;
TPos x, y;
FT_Vector bez_stack[32 * 3 + 1];