* src/truetype/ttinterp.c (Ins_MD): Remove unused variable.
* src/autofit/aflatin.c (af_latin_hints_link_segments): Ditto.
This commit is contained in:
parent
3cd6cc24f2
commit
a091517a04
|
@ -1,3 +1,8 @@
|
|||
2007-02-16 Werner Lemberg <wl@gnu.org>
|
||||
|
||||
* src/truetype/ttinterp.c (Ins_MD): Remove unused variable.
|
||||
* src/autofit/aflatin.c (af_latin_hints_link_segments): Ditto.
|
||||
|
||||
2007-02-14 David Turner <david@freetype.org>
|
||||
|
||||
It seems that the following changes fix most of the known
|
||||
|
|
|
@ -907,7 +907,6 @@
|
|||
AF_AxisHints axis = &hints->axis[dim];
|
||||
AF_Segment segments = axis->segments;
|
||||
AF_Segment segment_limit = segments + axis->num_segments;
|
||||
AF_Direction major_dir = axis->major_dir;
|
||||
FT_Pos len_threshold, len_score;
|
||||
AF_Segment seg1, seg2;
|
||||
|
||||
|
|
|
@ -4835,7 +4835,7 @@
|
|||
|
||||
#ifdef FIX_BYTECODE
|
||||
|
||||
FT_Vector vec1, vec2;
|
||||
FT_Vector vec1;
|
||||
|
||||
|
||||
if ( CUR.GS.gep0 == 0 || CUR.GS.gep1 == 0 )
|
||||
|
|
Loading…
Reference in New Issue