Removal of factory_widget attribute and related functions.
authorJan Olszak <j.olszak@samsung.com>
Thu, 8 Nov 2012 15:13:52 +0000 (16:13 +0100)
committerGerrit Code Review <gerrit2@kim11>
Mon, 19 Nov 2012 13:06:40 +0000 (22:06 +0900)
[Issue#] N/A
[Bug] Unused factory_widget property.
[Cause] N/A
[Solution] Removed GetFactoryInstalledWidgetPath()
[Verification] Compile plugins-common

Change-Id: I20ac56381f06616962d2ada8a214b75eabd01b74

src/plugins-installer/wrt-installer/wrt_installer_api.cpp

index c6df7d8..9c1da0e 100755 (executable)
@@ -156,13 +156,6 @@ extern "C"
                 "> does not exist.");
         }
 
-        if_ok &= (checkPath(GlobalConfig::GetFactoryInstalledWidgetPath()));
-        if (!if_ok) {
-            LogError(
-                "Path <" << GlobalConfig::GetFactoryInstalledWidgetPath() <<
-                "> does not exist.");
-        }
-
         if_ok &= (checkPath(GlobalConfig::GetUserInstalledWidgetPath()));
         if (!if_ok) {
             LogError(