mmsengine/mmsserver/src/mmsmmboxlist.cpp
changeset 79 2981cb3aa489
parent 25 84d9eb65b26f
--- a/mmsengine/mmsserver/src/mmsmmboxlist.cpp	Mon May 03 12:29:07 2010 +0300
+++ b/mmsengine/mmsserver/src/mmsmmboxlist.cpp	Wed Nov 03 09:52:46 2010 +0530
@@ -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
         {