config: removed unnecessary variable initialize.

It is overwritten in the following line.
This commit is contained in:
Daniel Juyung Seo 2014-05-01 21:31:11 +09:00
parent e9644d6882
commit be30d78165
1 changed files with 0 additions and 1 deletions

View File

@ -215,7 +215,6 @@ _prop_config_get(void)
_elm_config_font_overlays_cancel();
_color_overlays_cancel();
_config_free(_elm_config);
_elm_config = NULL;
_elm_config = config_data;
_env_get();
_config_apply();