mmsengine/mmsserver/src/mmsmmboxlist.cpp
branchRCL_3
changeset 60 7fdbb852d323
parent 57 ebe688cedc25
--- a/mmsengine/mmsserver/src/mmsmmboxlist.cpp	Tue Aug 31 15:11:31 2010 +0300
+++ b/mmsengine/mmsserver/src/mmsmmboxlist.cpp	Wed Sep 01 12:31:54 2010 +0100
@@ -135,13 +135,8 @@
     // When iError not equal to KErrNone, the operation will complete after running through RunL
     if ( iError == KErrNone )
         {
-        TInt err;
-        err = iServerEntry->GetChildrenWithMtm( KUidMsgMMSNotification, *iOldNotifications );
-        if (err != KErrNone)
-            {
-            return;
-            }
-			iOldQuotaEntryId = OldQuotaEntryL();
+        iServerEntry->GetChildrenWithMtm( KUidMsgMMSNotification, *iOldNotifications );
+        iOldQuotaEntryId = OldQuotaEntryL();
         }
     else
         {