From 00c60dba4687a889eb82ed676125269b1a19baed Mon Sep 17 00:00:00 2001 From: Junghyun Yeon Date: Mon, 26 Dec 2016 16:32:44 +0900 Subject: [PATCH] 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 --- src/wgt/step/configuration/step_parse.cc | 1 - 1 file changed, 1 deletion(-) 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"); -- 2.7.4