diff -r 2cc01806dc06 -r 940cad2b4a51 profilesservices/MediaFileList/Inc/mediafilehandler.h --- a/profilesservices/MediaFileList/Inc/mediafilehandler.h Wed Sep 15 12:30:49 2010 +0300 +++ b/profilesservices/MediaFileList/Inc/mediafilehandler.h Wed Oct 13 14:51:53 2010 +0300 @@ -228,13 +228,6 @@ void GetAttribute( TInt aIndex, TInt aAttr, TDes& aValue, TInt aQueryId ); CMediaFileData* ReadMediaFileDataL( TInt aId ); void CancelQuery(); - - /** - * Remove an item from list of search reuslt - * @param aIndex Search list's index. - * @return None. - */ - void Remove( TInt aIndex ); public: TInt ItemIndex( const TDesC& aItemText, TInt aIndex ); @@ -496,13 +489,6 @@ void SetSearchId( TInt aId ); TInt SearchId(); - /** - * Remove an item from the list of search results. - * @param aIndex List's index. - * @return None. - */ - void Remove( TInt aIndex ); - public: TInt ItemIndex( TInt aId ); TInt ItemIndex( const TDesC& aText );