evas/fonts: Remove warning.

SVN revision: 72702
This commit is contained in:
Rafael Antognolli 2012-06-22 21:19:27 +00:00
parent 0b675aae17
commit 9ebc095a1f
1 changed files with 0 additions and 2 deletions

View File

@ -46,12 +46,10 @@ evas_common_font_draw_internal(RGBA_Image *dst, RGBA_Draw_Context *dc, int x, in
length = eina_binbuf_length_get(text_props->bin) / sizeof (Evas_Glyph);
for (it = 0; it < length; ++it)
{
FT_UInt idx;
RGBA_Font_Glyph *fg;
int chr_x, chr_y;
fg = glyphs[it].fg;
idx = glyphs[it].idx;
glyphs[it].coord.w = fg->glyph_out->bitmap.width;
glyphs[it].coord.h = fg->glyph_out->bitmap.rows;