Don't double declare len

SVN revision: 49663
This commit is contained in:
Brett Nash 2010-06-14 08:16:47 +00:00
parent c410401441
commit 725e12bdfa
1 changed files with 0 additions and 1 deletions

View File

@ -396,7 +396,6 @@ evas_common_font_draw_internal(RGBA_Image *dst, RGBA_Draw_Context *dc, RGBA_Font
int char_index = 0; /* the index of the current char */
#ifdef INTERNATIONAL_SUPPORT
int len = 0;
/*FIXME: should get the direction by parmater */
EvasIntlParType direction = FRIBIDI_TYPE_ON;
EvasIntlLevel *level_list;