edje: fix unused variable when gettext is disabled

This commit is contained in:
Jean Guyomarc'h 2016-06-07 19:29:29 +02:00
parent f53a739e0e
commit f55cb6649d
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ _set_translated_string(Edje *ed, Edje_Real_Part *ep)
bindtextdomain(p, curpath);
setlocale(LC_ALL, curlocale);
#else
(void) ed;
#endif
}
return text;