From af2e04b943ed72dc89ffce83ab3cfc0420db9c67 Mon Sep 17 00:00:00 2001 From: Jan Olszak Date: Tue, 13 Nov 2012 11:21:55 +0100 Subject: [PATCH] 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 --- src/wrt-installer/wrt_installer_api.cpp | 7 ------- 1 file changed, 7 deletions(-) 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( -- 2.7.4