locationtriggering/ltcontextsourceplugin/src/lbtcontextsourceplugin.cpp
branchRCL_3
changeset 13 19bff11d6c18
parent 0 667063e416a2
child 39 3efc7a0e8755
--- a/locationtriggering/ltcontextsourceplugin/src/lbtcontextsourceplugin.cpp	Fri Mar 12 15:44:22 2010 +0200
+++ b/locationtriggering/ltcontextsourceplugin/src/lbtcontextsourceplugin.cpp	Mon Mar 15 12:42:19 2010 +0200
@@ -189,9 +189,7 @@
     
     
     LBTCONTEXTSOURCEPLUGINDEBUG( "CLBTContextSourcePlugin::ParseTriggerInformationL : IN " );
-    const RSettingParameterArray& parameters 
-                            = aItem.Parameters();
-    
+
     // Add check for improper syntax of XML file
     if ( aItem.Name() != KTriggerLocation )     
     {
@@ -533,9 +531,6 @@
         {
         const CCFContextSourceSetting& item = aSettingList.Item( i );
 
-        const RSettingParameterArray& parameters 
-                                = item.Parameters();
-        
         // Add check for improper syntax of XML file
         if ( item.Name() != KTriggerLocation )     
             {