diff options
author | Rafael Antognolli <antognolli@gmail.com> | 2012-06-22 21:19:27 +0000 |
---|---|---|
committer | Rafael Antognolli <antognolli@gmail.com> | 2012-06-22 21:19:27 +0000 |
commit | 9ebc095a1f002f554d47e7bd9e7330756f062917 (patch) | |
tree | c33b9767cb7f281e29e8ba871578c0f24d4541de /legacy/evas/src/lib/engines | |
parent | 0b675aae174b31c555284feb1080afd77fded976 (diff) |
evas/fonts: Remove warning.
SVN revision: 72702
Diffstat (limited to 'legacy/evas/src/lib/engines')
-rw-r--r-- | legacy/evas/src/lib/engines/common/evas_font_draw.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/legacy/evas/src/lib/engines/common/evas_font_draw.c b/legacy/evas/src/lib/engines/common/evas_font_draw.c index 5a5bb7eb7a..c1308a911c 100644 --- a/legacy/evas/src/lib/engines/common/evas_font_draw.c +++ b/legacy/evas/src/lib/engines/common/evas_font_draw.c | |||
@@ -46,12 +46,10 @@ evas_common_font_draw_internal(RGBA_Image *dst, RGBA_Draw_Context *dc, int x, in | |||
46 | length = eina_binbuf_length_get(text_props->bin) / sizeof (Evas_Glyph); | 46 | length = eina_binbuf_length_get(text_props->bin) / sizeof (Evas_Glyph); |
47 | for (it = 0; it < length; ++it) | 47 | for (it = 0; it < length; ++it) |
48 | { | 48 | { |
49 | FT_UInt idx; | ||
50 | RGBA_Font_Glyph *fg; | 49 | RGBA_Font_Glyph *fg; |
51 | int chr_x, chr_y; | 50 | int chr_x, chr_y; |
52 | 51 | ||
53 | fg = glyphs[it].fg; | 52 | fg = glyphs[it].fg; |
54 | idx = glyphs[it].idx; | ||
55 | 53 | ||
56 | glyphs[it].coord.w = fg->glyph_out->bitmap.width; | 54 | glyphs[it].coord.w = fg->glyph_out->bitmap.width; |
57 | glyphs[it].coord.h = fg->glyph_out->bitmap.rows; | 55 | glyphs[it].coord.h = fg->glyph_out->bitmap.rows; |