diff -r 8ba0afbb4637 -r a15d9966050f messagingapp/msgui/unifiedviewer/src/univiewerattachmentwidget.cpp --- a/messagingapp/msgui/unifiedviewer/src/univiewerattachmentwidget.cpp Thu Sep 02 20:23:03 2010 +0300 +++ b/messagingapp/msgui/unifiedviewer/src/univiewerattachmentwidget.cpp Fri Sep 17 08:28:39 2010 +0300 @@ -35,7 +35,6 @@ // LOCAL CONSTANTS #define LOC_OPEN hbTrId("txt_common_menu_open") -#define LOC_SAVE hbTrId("txt_common_menu_save") #define LOC_SAVE_TO_CONTACTS hbTrId("txt_messaging_menu_save_to_contacts") const QString BG_FRAME_NORMAL("qtg_fr_list_normal"); @@ -182,15 +181,6 @@ } //---------------------------------------------------------------------------- -// UniViewerAttachmentWidget::handleSave -// @see header file -//---------------------------------------------------------------------------- -void UniViewerAttachmentWidget::handleSave() -{ - -} - -//---------------------------------------------------------------------------- // UniViewerAttachmentWidget::handleShortTap // @see header file //---------------------------------------------------------------------------- @@ -221,7 +211,7 @@ } else { menu->addAction(LOC_OPEN, this, SLOT(handleOpen())); - menu->addAction(LOC_SAVE, this, SLOT(handleSave())); + } menu->show();