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

Change-Id: Ib1817cdaf302e9d13d5e55d27d7981e16bdc968f

modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h

index 4a8739c..7810945 100644 (file)
@@ -53,14 +53,6 @@ inline const char* GetDevicePluginPath()
 }
 
 /**
- * WRT factory widgets that are loaded by default
- */
-inline const char* GetFactoryInstalledWidgetPath()
-{
-    return "/opt/share/widget/system";
-}
-
-/**
  * WRT widgets that are downloaded and installed by user
  */
 inline const char* GetUserInstalledWidgetPath()