From: Daniel Juyung Seo Date: Thu, 19 Dec 2013 05:26:52 +0000 (+0900) Subject: config: comment out unused variable after commenting out some codes. X-Git-Tag: upstream/1.20.0~7116^2~14^2~3575 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6daf69c4bdeb243910ccb44d5693d1bd0ad2118c;p=platform%2Fupstream%2Fefl.git config: comment out unused variable after commenting out some codes. This fixes coverity CID 1139957, 1139958, and 1139959. --- diff --git a/legacy/elementary/src/lib/elm_config.c b/legacy/elementary/src/lib/elm_config.c index 5fd31f5..5af8bce 100644 --- a/legacy/elementary/src/lib/elm_config.c +++ b/legacy/elementary/src/lib/elm_config.c @@ -2411,13 +2411,15 @@ static void _translation_init() { #ifdef ENABLE_NLS - const char *cur_dom = textdomain(NULL); - const char *trans_comment = gettext(""); - const char *msg_locale = setlocale(LC_MESSAGES, NULL); /* How does it decide translation with current domain?? Application could use their own text domain. - This is insane to me. */ + This is insane to me. + + const char *cur_dom = textdomain(NULL); + const char *trans_comment = gettext(""); + const char *msg_locale = setlocale(LC_MESSAGES, NULL); + */ /* Same concept as what glib does: * We shouldn't translate if there are no translations for the