seoz pushed a commit to branch master. http://git.enlightenment.org/core/elementary.git/commit/?id=80b20dd51dd1a1cfe01ffa740b59b48791c9b7a8
commit 80b20dd51dd1a1cfe01ffa740b59b48791c9b7a8 Author: Daniel Juyung Seo <juyung....@samsung.com> Date: Thu Dec 19 14:26:52 2013 +0900 config: comment out unused variable after commenting out some codes. This fixes coverity CID 1139957, 1139958, and 1139959. --- src/lib/elm_config.c | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/lib/elm_config.c b/src/lib/elm_config.c index 5fd31f5..5af8bce 100644 --- a/src/lib/elm_config.c +++ b/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 --