messagingapp/msgui/unifiedviewer/src/univiewerpixmapwidget.cpp
changeset 70 a15d9966050f
parent 52 12db4185673b
--- a/messagingapp/msgui/unifiedviewer/src/univiewerpixmapwidget.cpp	Thu Sep 02 20:23:03 2010 +0300
+++ b/messagingapp/msgui/unifiedviewer/src/univiewerpixmapwidget.cpp	Fri Sep 17 08:28:39 2010 +0300
@@ -32,7 +32,7 @@
 
 // LOCAL CONSTANTS
 #define LOC_OPEN    hbTrId("txt_common_menu_open")
-#define LOC_SAVE    hbTrId("txt_common_menu_save")
+
 
 static const char PIXMAP_ICON[] = "qtg_small_image";
 static const char CORRUPTED_PIXMAP_ICON[] = "qtg_large_corrupted";
@@ -171,14 +171,6 @@
 }
 
 //---------------------------------------------------------------
-// UniViewerPixmapWidget::handleSave
-// @see header file
-//---------------------------------------------------------------
-void UniViewerPixmapWidget::handleSave()
-{
-}
-
-//---------------------------------------------------------------
 // UniViewerPixmapWidget::regrabGesture
 // @see header file
 //---------------------------------------------------------------
@@ -244,7 +236,7 @@
     HbMenu* menu = new HbMenu;
     menu->setAttribute(Qt::WA_DeleteOnClose);
     menu->addAction(LOC_OPEN, this, SLOT(handleOpen()));
-    menu->addAction(LOC_SAVE, this, SLOT(handleSave()));
+    
     menu->setPreferredPos(position);
     menu->show();
 }