From: Jan Olszak Date: Thu, 8 Nov 2012 15:13:52 +0000 (+0100) Subject: Removal of factory_widget attribute and related functions. X-Git-Tag: submit/trunk/20121123.012120~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3d9e196340202a2229b52660a00fa1bc68e3d2d7;p=platform%2Fframework%2Fweb%2Fwrt-plugins-common.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: I20ac56381f06616962d2ada8a214b75eabd01b74 --- diff --git a/src/plugins-installer/wrt-installer/wrt_installer_api.cpp b/src/plugins-installer/wrt-installer/wrt_installer_api.cpp index c6df7d8..9c1da0e 100755 --- a/src/plugins-installer/wrt-installer/wrt_installer_api.cpp +++ b/src/plugins-installer/wrt-installer/wrt_installer_api.cpp @@ -156,13 +156,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(