locationtriggering/ltcontainer/src/lbtcontainerareafilter.cpp
changeset 18 3825cf2dc8c2
parent 0 667063e416a2
child 43 24e118dfbea1
--- a/locationtriggering/ltcontainer/src/lbtcontainerareafilter.cpp	Tue Feb 02 10:12:24 2010 +0200
+++ b/locationtriggering/ltcontainer/src/lbtcontainerareafilter.cpp	Fri Apr 16 15:23:31 2010 +0300
@@ -306,8 +306,7 @@
 	// Add rectangular filtering here.
 	if(aEntry != NULL)
 		{
-		CLbtTriggerEntry* trigEntry=aEntry->TriggerEntry();
-    	CLbtGeoRect* rectArea=static_cast<CLbtGeoRect*>(iArea);
+		CLbtGeoRect* rectArea=static_cast<CLbtGeoRect*>(iArea);
     	TReal northLat,southLat,eastLong,westLong;
     	rectArea->GetBorder(southLat,northLat,westLong,eastLong);
     	CLbtExtendedTriggerInfo* contExtInfo = aEntry->ExtendedTriggerInfo();