photosgallery/viewframework/medialists/src/glxnavigablelist.cpp
branchRCL_3
changeset 18 bcb43dc84c44
parent 0 4e91876724a2
child 25 191387a8b767
--- a/photosgallery/viewframework/medialists/src/glxnavigablelist.cpp	Mon Mar 15 12:40:30 2010 +0200
+++ b/photosgallery/viewframework/medialists/src/glxnavigablelist.cpp	Wed Mar 31 21:31:03 2010 +0300
@@ -689,14 +689,6 @@
         // remove from array of selected items
         iSelectedItemIndices.Remove( selectionArrayIndex );
         
-        // free unused memory from selected item indexes array
-        // (this call may be a performance bottleneck if executing unmark all
-        //  in a list of many thousands of items when most of them are marked.
-        //  if it is proved to be a performance bottleneck, it may be sensible
-        //  to count how many times Deselect has been called, an only
-        //  compress every x times.)
-        //iSelectedItemIndices.Compress();
-        
         // selection has changed, notify observer
         iObserver.HandleItemSelected( aIndex, EFalse );
         }