Activate vconf(langset) 23/49423/1 submit/tizen/20151013.064031
authorMinje Ahn <minje.ahn@samsung.com>
Tue, 13 Oct 2015 06:15:30 +0000 (15:15 +0900)
committerMinje Ahn <minje.ahn@samsung.com>
Tue, 13 Oct 2015 06:15:30 +0000 (15:15 +0900)
Change-Id: Ia2b1f662e1d3ff2928217c1bb269ad387be2a942
Signed-off-by: Minje Ahn <minje.ahn@samsung.com>
src/media_filter.c

index d0681e3..3ed843b 100755 (executable)
@@ -55,13 +55,11 @@ static int __tokenize(GList **token_list, const char *str);
 
 static bool __is_pinyin_needed(void)
 {
-#if 0
        char *lang = NULL;
        const char *china = "zh_CN";
        const char *hongkong = "zh_HK";
-#endif
        int ret = FALSE;
-#if 0
+
        /*Check CSC first*/
        bool pinyin_support = FALSE;
        media_svc_check_pinyin_support(&pinyin_support);
@@ -79,7 +77,7 @@ static bool __is_pinyin_needed(void)
 
                SAFE_FREE(lang);
        }
-#endif
+
        return ret;
 }