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

Reply via email to