ector: remove unused value
authorThiep Ha <thiepha@gmail.com>
Tue, 10 Oct 2017 04:19:03 +0000 (13:19 +0900)
committerThiep Ha <thiepha@gmail.com>
Tue, 10 Oct 2017 04:19:03 +0000 (13:19 +0900)
The stored value of v_last is overwritten in another place,
its stored valued is not used.

src/static_libs/freetype/sw_ft_raster.c

index b2d96aa..8bb0561 100644 (file)
@@ -1272,8 +1272,6 @@ typedef struct  SW_FT_Outline_Funcs_
           /* for closure                                      */
           v_start.x = ( v_start.x + v_last.x ) / 2;
           v_start.y = ( v_start.y + v_last.y ) / 2;
-
-          v_last = v_start;
         }
         point--;
         tags--;