[elm_config] : removed unnecessary calls to password set API twice.
authorShilpa Singh <shilpa.singh@samsung.com>
Sat, 3 Sep 2011 06:08:04 +0000 (15:08 +0900)
committerShilpa Singh <shilpa.singh@samsung.com>
Sat, 3 Sep 2011 06:08:04 +0000 (15:08 +0900)
Change-Id: If66b112ccf906bc289adf138cc19338501889d2a

src/lib/elm_config.c

index cea5909..ca87a80 100644 (file)
@@ -1071,8 +1071,6 @@ _config_sub_apply(void)
    edje_input_panel_enabled_set(_elm_config->input_panel_enable);
    edje_autocapitalization_allow_set(_elm_config->autocapital_allow);
    edje_autoperiod_allow_set(_elm_config->autoperiod_allow);
-   edje_password_show_last_set(_elm_config->password_show_last);
-   edje_password_show_last_timeout_set(_elm_config->password_show_last_timeout);
    if (_elm_config->modules) _elm_module_parse(_elm_config->modules);
 }