photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlersend.cpp
branchRCL_3
changeset 12 ce1c7ad1f18b
parent 11 71da52165949
child 15 191387a8b767
--- a/photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlersend.cpp	Fri Mar 12 15:42:44 2010 +0200
+++ b/photosgallery/viewframework/commandhandlers/commoncommandhandlers/src/glxcommandhandlersend.cpp	Mon Mar 15 12:40:30 2010 +0200
@@ -156,9 +156,6 @@
 
     iViewId = aViewId;
 	MGlxMediaList& mediaList = MediaList();
-                  
-                     // TAP2GenericPluginParams::EGenericStdIconSend,
-   //                 TAP2GenericPluginParams::EGenericStdIconSendMask);
 
 	// need to check the category attribute for image or video
     iAttributeContext = CGlxDefaultAttributeContext::NewL();
@@ -217,11 +214,6 @@
 	if ( aList && aNewIndex >= 0 )
 		{
 		const CGlxMedia* media = aList->Item(aNewIndex).Properties();  
-		if (media)
-			{// show the active palette send item
-		//    iUiUtility->ScreenFurniture().ShowActivePaletteItemL(iViewId, 
-		//				EGlxCmdSend, IsValidTypeL(*media));	
-			}
 		}	
 	}