mirror of
https://bitbucket.org/smil3y/katie.git
synced 2025-02-24 10:52:56 +00:00
fix a compiler warning
Signed-off-by: Ivailo Monev <xakepa10@laimg.moc>
This commit is contained in:
parent
da73e0a79a
commit
a1d5f5c776
1 changed files with 0 additions and 3 deletions
|
@ -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] );
|
||||
|
|
Loading…
Add table
Reference in a new issue