photosgallery/viewframework/commandhandlers/commandhandlerbase/inc/glxmpxcommandcommandhandler.h
branchRCL_3
changeset 75 01504893d9cb
parent 60 5b3385a43d68
--- a/photosgallery/viewframework/commandhandlers/commandhandlerbase/inc/glxmpxcommandcommandhandler.h	Wed Sep 15 12:13:06 2010 +0300
+++ b/photosgallery/viewframework/commandhandlers/commandhandlerbase/inc/glxmpxcommandcommandhandler.h	Wed Oct 13 14:32:09 2010 +0300
@@ -30,8 +30,7 @@
 class MGlxMediaList;
 class MGlxMediaListProvider;
 class CAknAppUi;
-class CGlxImageViewerManager;
-
+	
 /**
  * @class CGlxMpxCommandCommandHandler
  *  
@@ -231,16 +230,6 @@
      * Remove medialist observer
      */
     void RemoveMediaListObserver();
-	
-    /**
-     * Creates the image viewer instance, if not created already.
-     */    
-    void CreateImageViewerInstanceL();
-    
-    /**
-     * Deletes the image viewer instance, if created already.
-     */    
-    void DeleteImageViewerInstance();
 
 protected: // From MGlxMediaListObserver    
     /// See @ref MGlxMediaListObserver::HandleItemAddedL
@@ -292,9 +281,6 @@
 	
     /// The AppUI. Not owned
     CAknAppUi* iAppUi;
-    
-    // For image viewer, not own
-    CGlxImageViewerManager* iImageViewerInstance;
 	};
 
 #endif // __C_GLXMPXCOMMANDCOMMANDHANDLER_H__