Removed GetFactoryWidget.
authorJan Olszak <j.olszak@samsung.com>
Tue, 13 Nov 2012 10:47:38 +0000 (11:47 +0100)
committerPawel Sikorski <p.sikorski@samsung.com>
Mon, 19 Nov 2012 15:23:19 +0000 (16:23 +0100)
[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. No undefined symbols = OK

Change-Id: I9864a640964246c9f18b38fd690879d949e8f0e4

src/api_new/core_module.cpp

index fe3571f..317973f 100644 (file)
@@ -81,12 +81,6 @@ bool checkPaths()
         LogError("Path <" << GetDevicePluginPath() << "> does not exist.");
     }
 
-    if_ok &= (isDir(GetFactoryInstalledWidgetPath()));
-    if (!if_ok) {
-        LogError("Path <" << GetFactoryInstalledWidgetPath() <<
-            "> does not exist.");
-    }
-
     if_ok &= (isDir(GetUserInstalledWidgetPath()));
     if (!if_ok) {
         LogError("Path <" << GetUserInstalledWidgetPath() <<