Add new api for customizing main loop
[platform/core/appfw/app-core.git] / include / SLP_Appcore_PG.h
old mode 100755 (executable)
new mode 100644 (file)
index 843ea18..df4823a
@@ -470,10 +470,6 @@ Source example
 159         ad->ly_main = ly;
 160         evas_object_show(ly);
 161 
-162         // init internationalization
-163         r = appcore_set_i18n(PACKAGE, LOCALEDIR);
-164         if (r)
-165                 return -1;
 166         lang_changed(ad); // call the language changed callback to update strings
 167 
 168         evas_object_show(win);