From 48bc53f9684c596b5d4423fcda43a32f7f8923af Mon Sep 17 00:00:00 2001 From: Jan Olszak Date: Thu, 8 Nov 2012 16:23:45 +0100 Subject: [PATCH] Removal of factory_widget attribute and related functions. [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 | 8 -------- 1 file changed, 8 deletions(-) diff --git a/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h b/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h index 4a8739c..7810945 100644 --- a/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h +++ b/modules/widget_dao/include/dpl/wrt-dao-ro/global_config.h @@ -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() -- 2.7.4