small cleanup

This commit is contained in:
Artem Pavlenko 2006-03-23 21:45:32 +00:00
parent fce4076ad5
commit d35e9f047e
3 changed files with 9 additions and 9 deletions

View file

@ -248,7 +248,7 @@ namespace mapnik
FT_Face face = face_->get_face(); FT_Face face = face_->get_face();
FT_GlyphSlot slot = face->glyph; FT_GlyphSlot slot = face->glyph;
FT_Bool use_kerning; FT_Bool use_kerning;
FT_UInt previous; FT_UInt previous = 0;
pen.x = 0; pen.x = 0;
pen.y = 0; pen.y = 0;