messagingapp/msgui/unifiedviewer/src/univiewerpixmapwidget.cpp
changeset 62 fdbe8253b596
parent 51 3507212d340e
child 63 eceabb8c7a12
--- a/messagingapp/msgui/unifiedviewer/src/univiewerpixmapwidget.cpp	Wed Sep 01 14:19:13 2010 +0530
+++ b/messagingapp/msgui/unifiedviewer/src/univiewerpixmapwidget.cpp	Tue Sep 07 13:28:39 2010 +0530
@@ -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";
@@ -170,13 +170,7 @@
     QTimer::singleShot(300,this,SLOT(regrabGesture()));
 }
 
-//---------------------------------------------------------------
-// UniViewerPixmapWidget::handleSave
-// @see header file
-//---------------------------------------------------------------
-void UniViewerPixmapWidget::handleSave()
-{
-}
+
 
 //---------------------------------------------------------------
 // UniViewerPixmapWidget::regrabGesture
@@ -244,7 +238,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();
 }