messagingapp/msgui/unifiedviewer/src/univiewerattachmentwidget.cpp
changeset 70 a15d9966050f
parent 43 35b64624a9e7
--- 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();