summaryrefslogtreecommitdiff
path: root/src/autofit/afwarp.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/autofit/afwarp.c')
-rw-r--r--src/autofit/afwarp.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/autofit/afwarp.c b/src/autofit/afwarp.c
index 44dd49b6f..2a75ea7b3 100644
--- a/src/autofit/afwarp.c
+++ b/src/autofit/afwarp.c
@@ -4,7 +4,7 @@
/* */
/* Auto-fitter warping algorithm (body). */
/* */
-/* Copyright 2006-2017 by */
+/* Copyright 2006-2018 by */
/* David Turner, Robert Wilhelm, and Werner Lemberg. */
/* */
/* This file is part of the FreeType project, and may only be used, */
@@ -98,7 +98,6 @@
if ( xx1min + w < warper->x2min )
xx1min = warper->x2min - w;
- xx1max = warper->x1max;
if ( xx1max + w > warper->x2max )
xx1max = warper->x2max - w;