photosgallery/contentharvesterplugin/inc/glxcontentharvesterplugintags.h
changeset 2 7d9067c6fcb1
parent 1 9ba538e329bd
--- a/photosgallery/contentharvesterplugin/inc/glxcontentharvesterplugintags.h	Thu Jan 07 12:46:23 2010 +0200
+++ b/photosgallery/contentharvesterplugin/inc/glxcontentharvesterplugintags.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,13 +199,6 @@
     /// Own: Thumbnail Iterator
     TGlxSequentialIterator iThumbnailIterator;
 
-    RArray<TInt> iPreviewItemCount;
-
-    // Preview thumbnail index
-    TInt iProgressIndex;
-
-    //this variable holds the value ,whether the collection is in focus or not
-    TBool iIsFocused;
     };
 
 #endif /*GLXCONTENTHARVESTERPLUGINTAGS_H_*/