fix the lockup bug in case of korean
authorJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 30 Aug 2011 06:03:58 +0000 (15:03 +0900)
committerJaehwan Kim <jae.hwan.kim@samsung.com>
Tue, 30 Aug 2011 06:03:58 +0000 (15:03 +0900)
src/lib/engines/common/evas_font_query.c

index fbc4d27..5b097e0 100644 (file)
@@ -98,12 +98,6 @@ evas_common_font_query_run_font_end_get(RGBA_Font *fn, RGBA_Font_Int **script_fi
         /* If the script font doesn't fit even one char, find a new font. */
         if (itr == text)
           {
-             /* We should do nothing. */
-          }
-        else if (itr == text)
-          {
-             /* If the script font doesn't fit even one char, find a new font. */
-
              /* If we can find a font, use it. Otherwise, find the first
               * char the run of chars that can't be rendered until the first
               * one that can. */