ref: 80ac36453019546b92334f2c7a58edd006eb722f
parent: 64bf5d48eb711ac13d7eda1ddae61332041a0631
author: Armin Hasitzka <[email protected]>
date: Sun Jun 3 14:31:58 EDT 2018
* src/smooth/ftgrays.c (gray_convert_glyph): Remove unused variables.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2018-06-03 Armin Hasitzka <[email protected]>
+
+ * src/smooth/ftgrays.c (gray_convert_glyph): Remove unused variables.
+
2018-06-03 Werner Lemberg <[email protected]>
* src/tools/glnames.py (main): Emit header in `light' comment style.
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -1739,8 +1739,6 @@
{
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 );