diff -r 5b3b2fa8c3ec -r f42d9a78f435 messagingapp/msgui/unifiededitor/src/msgunieditorpixmapwidget.cpp --- a/messagingapp/msgui/unifiededitor/src/msgunieditorpixmapwidget.cpp Wed Aug 18 00:46:12 2010 +0530 +++ b/messagingapp/msgui/unifiededitor/src/msgunieditorpixmapwidget.cpp Tue Aug 31 18:53:38 2010 +0530 @@ -31,7 +31,6 @@ // LOCAL CONSTANTS #define LOC_OPEN hbTrId("txt_common_menu_open") #define LOC_REMOVE hbTrId("txt_common_menu_remove") -#define LOC_DETAILS hbTrId("txt_common_menu_details") const QString IMAGE_MIMETYPE("image"); @@ -135,15 +134,6 @@ emit remove(); } -//--------------------------------------------------------------- -// MsgUnifiedEditorPixmapWidget::handleSave -// @see header file -//--------------------------------------------------------------- -void MsgUnifiedEditorPixmapWidget::viewDetails() -{ - -} - //---------------------------------------------------------------------------- // MsgUnifiedEditorPixmapWidget::handleShortTap // @see header file @@ -170,7 +160,6 @@ menu->addAction(LOC_OPEN, this, SLOT(handleOpen())); menu->addAction(LOC_REMOVE, this, SLOT(handleRemove())); - menu->addAction(LOC_DETAILS, this, SLOT(viewDetails())); menu->setPreferredPos(position); menu->show();