mobilemessaging/mmsui/notmtmsrc/NotMtmUi.cpp
branchRCL_3
changeset 18 a9c7e5670d17
parent 2 0bf1d54f37d9
--- a/mobilemessaging/mmsui/notmtmsrc/NotMtmUi.cpp	Fri Mar 12 15:42:19 2010 +0200
+++ b/mobilemessaging/mmsui/notmtmsrc/NotMtmUi.cpp	Mon Mar 15 12:40:06 2010 +0200
@@ -1274,25 +1274,8 @@
             {
             deleteMode = EMmsDeleteNotificationOnly;
             }
-        CAknQueryDialog* dlg = CAknQueryDialog::NewL();
-        HBufC* prompt;
-        if( iFlags & EDeletingMany )
-            {
-            prompt = StringLoader::LoadLC( R_NOTMTM_QUEST_DELETE_MESSAGES, aSelection.Count(), iCoeEnv );
-            }
-        else
-            {
-            prompt = StringLoader::LoadLC( R_NOTMTM_QUEST_DELETE_MESSAGE, iCoeEnv );
-            }
-        // Lets prompt the question
-        TInt retVal = dlg->ExecuteLD( R_NOTUI_CONFIRMATION_QUERY, *prompt );
-        CleanupStack::PopAndDestroy( prompt );
-
-        if( !retVal )
-            { // Answered NO
-            return msvoperation; // Return NULL operation
-            }
         }
+        
     if( deleteMode == -1 )
         {   // For some reason deleteMode was not set
         return msvoperation; // Return NULL operation