photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h
branchRCL_3
changeset 75 01504893d9cb
parent 64 34937ec34dac
--- a/photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h	Wed Sep 15 12:13:06 2010 +0300
+++ b/photosgallery/viewframework/views/fullscreenview/inc/glxfullscreenviewimp.h	Wed Oct 13 14:32:09 2010 +0300
@@ -52,7 +52,6 @@
 class CGestureHelper;
 class TGlxMedia;
 class CGlxFullScreenBusyIcon;
-class CGlxNavigationalState;
 
 namespace Alf
 	{
@@ -315,18 +314,6 @@
      */
     void UpdateItems();
 
-    /**
-     * Handle coverflow item removed event / 
-     * external file deletion while gaining foreground
-     */
-    void HandleItemRemovedL();
-    
-    /**
-     * Sets the title pane text
-     * @param aTitleText Title text
-     */
-    void SetTitlePaneTextL(const TDesC& aTitleText);
-
 private:
     /** Softkey resource id's */
     TFullScreenViewResourceIds iResourceIds; 
@@ -370,8 +357,6 @@
     CPeriodic* iPeriodic;
     CGlxFullScreenBusyIcon* iBusyIcon;
 	
-    CGlxNavigationalState* iNaviState;
-    
     GestureHelper::CGestureHelper* iGestureHelper;
     TBool   iMultiTouchGestureOngoing   ;
     
@@ -379,9 +364,6 @@
     TInt iInitialZoomRatio ;
     //Previous focused index
     TInt iOldFocusIndex;
-    // Previous focused Uri
-    HBufC* iUri;
-
     TBool iImgViewerMode;
 	CGlxMMCNotifier* iMMCNotifier;
 	TBool iMMCState;