remove redundant theme recover.

This commit is contained in:
ChunEon Park 2014-08-28 03:11:07 +09:00
parent cfb145c3b1
commit c54744e5ef
1 changed files with 1 additions and 2 deletions

View File

@ -510,9 +510,8 @@ elm_setup()
elm_need_efreet();
elm_config_profile_set("standard");
/* Recover the scale & theme since it will be reset by
/* Recover the scale since it will be reset by
elm_config_profile_set() */
elm_theme_set(NULL, "default");
char *scale = getenv("ELM_SCALE");
if (scale) elm_config_scale_set(atof(scale));