diff -r 9ba538e329bd -r 7d9067c6fcb1 photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h --- a/photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h Thu Jan 07 12:46:23 2010 +0200 +++ b/photosgallery/viewframework/views/gridview/inc/glxgridviewcontainer.h Mon Jan 18 20:19:20 2010 +0200 @@ -123,18 +123,6 @@ // Create Grid once again after returning from FS as No calls for handleItem added. void CreateGridAfterFSDeactivatedL(); /** - * Set FS thumbnail context with FromFocusOutwardIterator - * for FS thumbnails - */ - void FetchFSThumbnailL(); - /** - * Set the Time stamp for Scrollbar Time Strip - */ - void SetDownloadLinksTimeL(); - /** - * Removes the thumbnail contexts for FS - */ - void RemoveFSThumbnailContext(); /** * Handle Multiple marking */ @@ -178,19 +166,13 @@ // Thumbnail context CGlxThumbnailContext* iThumbnailContext; - // FS thumbnail context - CGlxThumbnailContext* iFsThumbnailContext; // Iterators for Grid and FS TGlxFromManualIndexBlockyIterator iBlockyIterator; - TGlxFromFocusOutwardIterator iFsFromFocusOutwardIterator; // Grid Icon size from FS view TSize iGridIconSize; - // Flag to indicate the downloads plugin - TBool iDownloadsPlugin; - // Bool to check backward navigation TBool iBackwardActivation;