Fixed build break
authorSoyoung Kim <sy037.kim@samsung.com>
Mon, 27 May 2013 14:28:41 +0000 (23:28 +0900)
committerSoyoung Kim <sy037.kim@samsung.com>
Mon, 27 May 2013 14:29:33 +0000 (23:29 +0900)
[Issue#] N/A
[Problem] occur build break
[Cause] N/A
[Solution] fixed build break
[SCMRequest] N/A

Change-Id: I08f5de2c3ec5adf39496202f7a2748196e97a38f

src/jobs/widget_install/task_manifest_file.cpp

index c171871..1c040a8 100644 (file)
@@ -123,11 +123,6 @@ TaskManifestFile::TaskManifestFile(InstallerContext &inCont) :
         AddStep(&TaskManifestFile::stepCreateExecFile);
         AddStep(&TaskManifestFile::stepGenerateManifest);
         AddStep(&TaskManifestFile::stepParseManifest);
-        if (m_context.widgetConfig.packagingType ==
-            WrtDB::PKG_TYPE_HOSTED_WEB_APP)
-        {
-            AddStep(&TaskManifestFile::stepCreateShortcut);
-        }
 
         AddAbortStep(&TaskManifestFile::stepAbortParseManifest);
     }