stifui/avkon/stifui/src/ShowStartedCasesContainer.cpp
branchRCL_3
changeset 19 d40e813b23c0
parent 9 404ad6c9bc20
--- a/stifui/avkon/stifui/src/ShowStartedCasesContainer.cpp	Mon Jun 21 15:41:16 2010 +0300
+++ b/stifui/avkon/stifui/src/ShowStartedCasesContainer.cpp	Thu Jul 15 18:39:46 2010 +0300
@@ -551,10 +551,8 @@
 //
 void CShowStartedCasesContainer::RemoveAllExecutionsInViewL()
     {
-    TInt exutionsInViewCount = iStartedTestsPtrs.Count();
-    iStartedTestsPtrs.Reset(); //Empties the array, does not delete the objects whose pointers are contained in the array
+    iStartedTestsPtrs.Reset(); // Empties the array, does not delete the objects whose pointers are contained in the array
     HandleItemRemovalL();
-
     }
 
 // ----------------------------------------------------------------------------
@@ -645,4 +643,4 @@
 	((CMenuListBox*)iListBox)->SaveFocusPosition();
 	}
 
-// End of File  
+// End of File