From 3d9e196340202a2229b52660a00fa1bc68e3d2d7 Mon Sep 17 00:00:00 2001 From: Jan Olszak Date: Thu, 8 Nov 2012 16:13:52 +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: I20ac56381f06616962d2ada8a214b75eabd01b74 --- src/plugins-installer/wrt-installer/wrt_installer_api.cpp | 7 ------- 1 file changed, 7 deletions(-) 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( -- 2.7.4