Revert "Add send signal if there is not enough memory during web app installation"
[framework/web/wrt-installer.git] / src / logic / installer_controller.h
index 9f04288..61093c2 100644 (file)
@@ -37,9 +37,8 @@ namespace InstallerControllerEvents {
  *
  * This event holds std::string witch should be path to widget package
  */
-DECLARE_GENERIC_EVENT_3(InstallWidgetEvent,
+DECLARE_GENERIC_EVENT_2(InstallWidgetEvent,
             std::string,              // zipFileName
-            std::string,              // package id
             Jobs::WidgetInstall::WidgetInstallationStruct) // installerStruct
 
 /**