From: Junghyun Yeon Date: Mon, 26 Dec 2016 07:32:44 +0000 (+0900) Subject: Remove codes which refers deleted attribute X-Git-Tag: accepted/tizen/3.0/common/20161227.181345^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=00c60dba4687a889eb82ed676125269b1a19baed;p=platform%2Fcore%2Fappfw%2Fwgt-backend.git Remove codes which refers deleted attribute Related changes: [pkgmgr-info] : https://review.tizen.org/gerrit/107032 [app-installers] : https://review.tizen.org/gerrit/107033 [tpk-backend] : https://review.tizen.org/gerrit/107034 Change-Id: I54b8508488321a67ef35733a1063496544f31b22 Signed-off-by: Junghyun Yeon --- diff --git a/src/wgt/step/configuration/step_parse.cc b/src/wgt/step/configuration/step_parse.cc index e1f817c..d9a96ba 100644 --- a/src/wgt/step/configuration/step_parse.cc +++ b/src/wgt/step/configuration/step_parse.cc @@ -95,7 +95,6 @@ void AppendWidgetMetadata(GList** metadatas, void SetApplicationXDefaults(application_x* application) { application->effectimage_type = strdup("image"); - application->enabled = strdup("true"); application->guestmode_visibility = strdup("true"); application->hwacceleration = strdup("default"); application->indicatordisplay = strdup("true");