Removed GetFactoryWidget.
authorJan Olszak <j.olszak@samsung.com>
Tue, 13 Nov 2012 10:21:55 +0000 (11:21 +0100)
committerGerrit Code Review <gerrit2@kim11>
Mon, 19 Nov 2012 14:43:51 +0000 (23:43 +0900)
[Issue#] Factory_widget not used anymore.
[Bug] N/A
[Cause] N/A
[Solution] Removed factory_widget and related methods, error codes, exceptions.
[Verification] Build wrt-installer. No undefined symbols = OK

Change-Id: I09a1b4c2a732dd91a3c896ef45688c7cf6efa095

src/wrt-installer/wrt_installer_api.cpp

index 21fcc72..e370ae5 100755 (executable)
@@ -136,13 +136,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(