locationtriggering/ltcontextsourceplugin/src/lbtcontextsourceplugin.cpp
changeset 18 3825cf2dc8c2
parent 0 667063e416a2
child 39 3efc7a0e8755
--- a/locationtriggering/ltcontextsourceplugin/src/lbtcontextsourceplugin.cpp	Tue Feb 02 10:12:24 2010 +0200
+++ b/locationtriggering/ltcontextsourceplugin/src/lbtcontextsourceplugin.cpp	Fri Apr 16 15:23:31 2010 +0300
@@ -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 )     
             {