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

Change-Id: Idfd3599cf37c95defe402c9fa9f53399f1537e41

src/lib/ector/software/sw_ft_raster.c

index 38b8539..108601b 100644 (file)
@@ -1381,8 +1381,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--;