atcommands/lccustomplugin/src/lccustomplugin.cpp
branchRCL_3
changeset 35 95674584745d
parent 13 b6f55cd40afd
child 57 5ebadcda06cb
--- a/atcommands/lccustomplugin/src/lccustomplugin.cpp	Tue May 25 12:53:11 2010 +0300
+++ b/atcommands/lccustomplugin/src/lccustomplugin.cpp	Wed Jun 09 09:52:54 2010 +0300
@@ -278,14 +278,7 @@
     switch ( aReplyType )
         {
         case EReplyTypeOther:
-            if ( iQuietMode )
-                {
-                iReplyBuffer.Create( KNullDesC8 );
-                }
-            else
-                {
-                iReplyBuffer.Create( aSrcBuffer );
-                }
+            iReplyBuffer.Create( aSrcBuffer );
             break;
         case EReplyTypeOk:
             CreateOkOrErrorReply( iReplyBuffer, ETrue );