diff -r f3bd2a0973b9 -r 19bff11d6c18 locationtriggering/ltcontextsourceplugin/src/lbtcontextsourceplugin.cpp --- 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 ) {