* src/smooth/ftgrays.c (gray_convert_glyph): Remove unused variables.

parthw-pk-vf
Armin Hasitzka 7 years ago
parent 64bf5d48eb
commit 80ac364530
  1. 4
      ChangeLog
  2. 2
      src/smooth/ftgrays.c

@ -1,3 +1,7 @@
2018-06-03 Armin Hasitzka <prince.cherusker@gmail.com>
* src/smooth/ftgrays.c (gray_convert_glyph): Remove unused variables.
2018-06-03 Werner Lemberg <wl@gnu.org>
* src/tools/glnames.py (main): Emit header in `light' comment style.

@ -1739,8 +1739,6 @@ typedef ptrdiff_t FT_PtrDist;
{
const TCoord yMin = ras.min_ey;
const TCoord yMax = ras.max_ey;
const TCoord xMin = ras.min_ex;
const TCoord xMax = ras.max_ex;
TCell buffer[FT_MAX_GRAY_POOL];
size_t height = (size_t)( yMax - yMin );

Loading…
Cancel
Save