diff -r 9ba538e329bd -r 7d9067c6fcb1 photosgallery/contentharvesterplugin/inc/glxcontentharvesterpluginall.h --- a/photosgallery/contentharvesterplugin/inc/glxcontentharvesterpluginall.h Thu Jan 07 12:46:23 2010 +0200 +++ b/photosgallery/contentharvesterplugin/inc/glxcontentharvesterpluginall.h Mon Jan 18 20:19:20 2010 +0200 @@ -112,11 +112,6 @@ TInt UpdateItem(TInt aItemIndex); /* - * This Updates the thumbnail/Preview list with thumbnails already present - */ - void HandleItemChanged(); - - /* * This Function is called when the collection recives a focus and losses the focus * @param aOn :True : The collection is in focus * : False : The collection lost the focus @@ -191,7 +186,6 @@ MLiwInterface* iCPSInterface; CLiwGenericParamList* iInParamList; CLiwGenericParamList* iOutParamList; - CPeriodic* iPeriodic; /// Owned: Media list MGlxMediaList* iMediaList; @@ -204,13 +198,6 @@ /// Own: Thumbnail Iterator TGlxSequentialIterator iThumbnailIterator; - RArray iPreviewItemCount; - - // Preview thumbnail index - TInt iProgressIndex; - - //this variable holds the value ,whether the collection is in focus or not - TBool iIsFocused; }; #endif /*GLXCONTENTHARVESTERPLUGINALL_H_*/