profilesservices/MediaFileList/Inc/mediafilehandler.h
branchRCL_3
changeset 67 940cad2b4a51
parent 54 7e0eff37aedb
--- 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 );