Unused definitions removal in API
[framework/web/wrt-installer.git] / src / wrt-installer / wrt_installer_api.h
index f5f726d..584e529 100644 (file)
@@ -44,14 +44,6 @@ typedef void (*WrtInstallerStatusCallback)(std::string tizenId,
 typedef void (*WrtProgressCallback)(float percent,
                                     const char *description,
                                     void *data);
-typedef void (*WrtAllPluginInstalledCallback)(void *userdata);
-
-typedef struct
-{
-    WrtAllPluginInstalledCallback plugin_installed_cb;
-    char *plugin_path;
-    void *user_data;
-} wrt_plugin_data;
 
 enum WrtInstallMode
 {
@@ -86,8 +78,6 @@ void wrt_install_plugin(const char *pluginDirectory,
                         void *userData,
                         WrtPluginInstallerStatusCallback statusCallback,
                         WrtProgressCallback progressCallback);
-void wrt_install_all_plugins(WrtAllPluginInstalledCallback installed_cb,
-                             void *user_param);
 
 #ifdef __cplusplus
 }