[ft-devel] unused variable in af_glyph_hints_reload

2010-05-26 Thread Graham Asher

A finicky compiler told me that the variable

AF_Point first

in af_glyph_hints_reload in afhints.c was unnecessary. This turns out to 
be true (but note that there are two separate variables of this name in 
the function: we're talking about the first 'first'). It is assigned to 
at line 526:


first = point + 1;

but never used, so both the declaration and the assignment can be removed.

Graham


___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel


Re: [ft-devel] unused variable in af_glyph_hints_reload

2010-05-26 Thread Werner LEMBERG
 A finicky compiler told me that the variable
 
 AF_Point first
 
 in af_glyph_hints_reload in afhints.c was unnecessary.

Removed in git, thanks.


Werner

___
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel