diff options
author | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-06-26 06:49:28 +0000 |
---|---|---|
committer | Mike Blumenkrantz <michael.blumenkrantz@gmail.com> | 2012-06-26 06:49:28 +0000 |
commit | bc140047b65e700d77e4923ab493d8ecefffc669 (patch) | |
tree | 7df7a1db9970db18ceb97d78987370b946bf6e1b /legacy/evas/src/lib/engines/common/evas_font_query.c | |
parent | 28cdcce842a4f764ac8f31ecfdf15e64e25144d2 (diff) |
unused--
SVN revision: 72844
Diffstat (limited to '')
-rw-r--r-- | legacy/evas/src/lib/engines/common/evas_font_query.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/legacy/evas/src/lib/engines/common/evas_font_query.c b/legacy/evas/src/lib/engines/common/evas_font_query.c index cd54a29243..ddd6a5c919 100644 --- a/legacy/evas/src/lib/engines/common/evas_font_query.c +++ b/legacy/evas/src/lib/engines/common/evas_font_query.c | |||
@@ -331,7 +331,7 @@ evas_common_font_query_advance(RGBA_Font *fn, const Evas_Text_Props *text_props, | |||
331 | Evas_Coord ret_adv = 0; | 331 | Evas_Coord ret_adv = 0; |
332 | if (text_props->len > 0) | 332 | if (text_props->len > 0) |
333 | { | 333 | { |
334 | RGBA_Font_Int *fi = text_props->font_instance; | 334 | // RGBA_Font_Int *fi = text_props->font_instance; |
335 | const Evas_Font_Glyph_Info *glyph = text_props->info->glyph + | 335 | const Evas_Font_Glyph_Info *glyph = text_props->info->glyph + |
336 | text_props->start; | 336 | text_props->start; |
337 | const Evas_Font_Glyph_Info *last_glyph = glyph + text_props->len - 1; | 337 | const Evas_Font_Glyph_Info *last_glyph = glyph + text_props->len - 1; |