homescreensrv_plat/sapi_homescreenplugin/src/hspsconfigurationif.cpp
branchRCL_3
changeset 12 502e5d91ad42
parent 4 1a2a00e78665
child 14 15e4dd19031c
--- a/homescreensrv_plat/sapi_homescreenplugin/src/hspsconfigurationif.cpp	Fri Mar 12 15:43:54 2010 +0200
+++ b/homescreensrv_plat/sapi_homescreenplugin/src/hspsconfigurationif.cpp	Mon Mar 15 12:41:53 2010 +0200
@@ -1131,15 +1131,6 @@
         {
         inParamVariant = inParam->Value();
         pluginId.Set( inParamVariant.AsData() );
-        // Check that plugin node exists
-        ChspsDomNode* node = &( CHspsLiwUtilities::FindRootNodeByIdentifierL( 
-            KPluginElement,
-            pluginId,
-            *( iHspsConfigurationService->GetDOML().RootNode() ) ) );
-        if ( !node )
-            {
-            User::Leave( KErrNotFound );
-            }
         }
     else
         {