remove share directory
[platform/framework/web/wrt-installer.git] / src / misc / widget_location.cpp
index cefdb31..80aa476 100644 (file)
@@ -159,12 +159,6 @@ std::string WidgetLocation::getPrivateStorageDir() const
         WrtDB::GlobalConfig::GetWidgetPrivateStoragePath();
 }
 
-std::string WidgetLocation::getShareDir() const
-{
-    return std::string(WrtDB::GlobalConfig::GetUserInstalledWidgetPath()) + "/"
-            + m_pkgid + "/" + WrtDB::GlobalConfig::GetWidgetSharePath();
-}
-
 std::string WidgetLocation::getTemporaryPackageDir() const
 {
     return m_temp->getTempPath();