diff -r 788b770ce3ae -r 3825cf2dc8c2 locationtriggering/ltcontextsourceplugin/src/lbtcontextsourceplugin.cpp --- 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 ) {