From: Jan Olszak Date: Thu, 8 Nov 2012 15:23:45 +0000 (+0100) Subject: Removal of factory_widget attribute and related functions. X-Git-Tag: submit/trunk/20121123.011406~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=48bc53f9684c596b5d4423fcda43a32f7f8923af;p=platform%2Fframework%2Fweb%2Fwrt-commons.git 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 --- 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 @@ -52,14 +52,6 @@ inline const char* GetDevicePluginPath() return "/usr/lib/wrt-plugins"; } -/** - * 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 */