photosgallery/viewframework/commandhandlers/commandhandlerbase/src/glxmedialistcommandhandler.cpp
branchRCL_3
changeset 14 ce1c7ad1f18b
parent 0 4e91876724a2
child 18 bcb43dc84c44
--- a/photosgallery/viewframework/commandhandlers/commandhandlerbase/src/glxmedialistcommandhandler.cpp	Fri Mar 12 15:42:44 2010 +0200
+++ b/photosgallery/viewframework/commandhandlers/commandhandlerbase/src/glxmedialistcommandhandler.cpp	Mon Mar 15 12:40:30 2010 +0200
@@ -167,9 +167,6 @@
 	        {
     		TInt num_items = aMenuPane->NumberOfItemsInPane();
     		TBool atLeastOneEnabledSupportedItem = EFalse;
-    		
-    		//CGlxUiUtility* uiUtility  = CGlxUiUtility::UtilityL();
-            //CleanupClosePushL(*uiUtility);
             
     		// Iterate through menu pane
     		for ( TInt i = 0; i < num_items; i++)
@@ -193,8 +190,6 @@
         	        }
     			}
     			
-    	   // CleanupStack::PopAndDestroy(uiUtility);
-    			
     	    if ( atLeastOneEnabledSupportedItem )
     	        {
     			DoDynInitMenuPaneL(aResourceId, aMenuPane);
@@ -385,7 +380,6 @@
 EXPORT_C const MGlxMediaList& CGlxMediaListCommandHandler::MediaList() const
 	{
 	return const_cast<CGlxMediaListCommandHandler*>(this)->MediaList();
-	//return iMediaListProvider->MediaList();
 	}
 
 // -----------------------------------------------------------------------------