fix a compiler warning

Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
Ivailo Monev 2016-07-26 01:02:04 +00:00
parent da73e0a79a
commit a1d5f5c776

View file

@ -1000,7 +1000,6 @@
#define SCALED( x ) (x)
QT_FT_Vector v_last;
QT_FT_Vector v_control;
QT_FT_Vector v_start;
QT_FT_Vector* point;
@ -1031,8 +1030,6 @@
v_last.x = SCALED( v_last.x );
v_last.y = SCALED( v_last.y );
v_control = v_start;
point = outline->points + first;
tags = outline->tags + first;
tag = QT_FT_CURVE_TAG( tags[0] );