[smooth] Clean up worker.

* src/smooth/ftgrays.c (gray_TWorker): Remove never used fields.
This commit is contained in:
Alexei Podtelezhnikov 2015-10-01 22:03:34 -04:00
parent 90e437e3cd
commit e2dae8fead
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2015-10-01 Alexei Podtelezhnikov <apodtele@gmail.com>
[smooth] Clean up worker.
* src/smooth/ftgrays.c (gray_TWorker): Remove never used fields.
2015-10-01 Werner Lemberg <wl@gnu.org>
[sfnt] Make `tt_cmap4_char_map_linear' more robust (#46078).

View File

@ -439,7 +439,6 @@ typedef ptrdiff_t FT_PtrDist;
FT_PtrDist max_cells;
FT_PtrDist num_cells;
TCoord cx, cy;
TPos x, y;
FT_Vector bez_stack[32 * 3 + 1];