From 9f1b9bae129096313604c6ab32ddfaf1e6eb484d Mon Sep 17 00:00:00 2001 From: Jaehwan Kim Date: Tue, 30 Aug 2011 15:03:58 +0900 Subject: [PATCH] fix the lockup bug in case of korean --- src/lib/engines/common/evas_font_query.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/lib/engines/common/evas_font_query.c b/src/lib/engines/common/evas_font_query.c index fbc4d27..5b097e0 100644 --- a/src/lib/engines/common/evas_font_query.c +++ b/src/lib/engines/common/evas_font_query.c @@ -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. */ -- 2.7.4