diff -r 6b5524b4f673 -r 38bb213f60ba phonebookui/Phonebook2/UIControls/inc/CPbk2AdaptiveSearchGridFiller.h --- a/phonebookui/Phonebook2/UIControls/inc/CPbk2AdaptiveSearchGridFiller.h Wed Sep 15 11:56:55 2010 +0300 +++ b/phonebookui/Phonebook2/UIControls/inc/CPbk2AdaptiveSearchGridFiller.h Wed Oct 13 14:15:33 2010 +0300 @@ -140,9 +140,6 @@ TBool GridFromPsEngineL( const MVPbkContactViewBase& aView ); // Check whether the title is empty or not. TBool IsActualTitleEmpty( const MVPbkViewContact& aContact ); - // Sort the Adaptive Search Grid. - void SortGridL( TBool aAddSpace ); - private: // Data /// Own: Containts adaptive search grid. @@ -183,10 +180,7 @@ /// Used to save the contacts' title which include drgraphs RPointerArray iDigraphContactsTitleArray; - - /// Used to get the status of feature manager - TBool iFeatureManagerInitialized; - + /// Own: Number of contacts in view TInt iViewItemCount;