ector: remove unused value

The stored value of v_last is overwritten in another place,
its stored valued is not used.
This commit is contained in:
Thiep Ha 2017-10-10 13:19:03 +09:00
parent 35a3b3ca4c
commit 8116112f78
1 changed files with 0 additions and 2 deletions

View 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--;