[Release] wrt-installer_0.1.30
[framework/web/wrt-installer.git] / src / wrt-installer / wrt-installer.h
index 890f42d..9cd0173 100644 (file)
@@ -60,22 +60,6 @@ class WrtInstaller :
 
     int getReturnStatus() const;
 
-    class InstallerPopup
-    {
-      public:
-        InstallerPopup();
-        virtual ~InstallerPopup();
-
-        void init();
-        Evas_Object* createWin(const char* name);
-        void showPopup(void* userdata, const DPL::String& pkgMsg,
-                       ShowResultCallback callback);
-
-        Evas_Object* m_win;
-        Evas_Object* m_popup;
-        Evas_Object* m_progressbar;
-    };
-
   protected:
     virtual void OnStop();
     virtual void OnCreate();
@@ -137,10 +121,9 @@ class WrtInstaller :
     int m_returnStatus;
     bool m_installByPkgmgr;
     bool m_quiet;
-    InstallerPopup *m_popup;
     bool m_startupPluginInstallation;
 
     typedef std::list<std::string> PluginPathList;
     DPL::Optional<PluginPathList> m_pluginsPaths;
 };
-#endif // WRT_INSTALLER_H
\ No newline at end of file
+#endif // WRT_INSTALLER_H