From: Jan Olszak Date: Tue, 13 Nov 2012 10:21:55 +0000 (+0100) Subject: Removed GetFactoryWidget. X-Git-Tag: accepted/tizen_2.1/20130425.023916~20^2~24^2~74 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=af2e04b943ed72dc89ffce83ab3cfc0420db9c67;p=framework%2Fweb%2Fwrt-installer.git Removed GetFactoryWidget. [Issue#] Factory_widget not used anymore. [Bug] N/A [Cause] N/A [Solution] Removed factory_widget and related methods, error codes, exceptions. [Verification] Build wrt-installer. No undefined symbols = OK Change-Id: I09a1b4c2a732dd91a3c896ef45688c7cf6efa095 --- diff --git a/src/wrt-installer/wrt_installer_api.cpp b/src/wrt-installer/wrt_installer_api.cpp index 21fcc72..e370ae5 100755 --- a/src/wrt-installer/wrt_installer_api.cpp +++ b/src/wrt-installer/wrt_installer_api.cpp @@ -136,13 +136,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(