diff -r 9ba538e329bd -r 7d9067c6fcb1 photosgallery/contentharvesterplugin/inc/glxcontentharvesterpluginalbums.h --- a/photosgallery/contentharvesterplugin/inc/glxcontentharvesterpluginalbums.h Thu Jan 07 12:46:23 2010 +0200 +++ b/photosgallery/contentharvesterplugin/inc/glxcontentharvesterpluginalbums.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 @@ -192,7 +187,6 @@ MLiwInterface* iCPSInterface; CLiwGenericParamList* iInParamList; CLiwGenericParamList* iOutParamList; - CPeriodic* iPeriodic; /// Owned: Media list MGlxMediaList* iMediaList; @@ -205,11 +199,6 @@ /// Own: Thumbnail Iterator TGlxSequentialIterator iThumbnailIterator; - RArray iPreviewItemCount; - - // Preview thumbnail index - TInt iProgressIndex; - }; #endif /*GLXCONTENTHARVESTERPLUGINALBUMS_H*/