atcommands/lccustomplugin/src/lccustomplugin.cpp
changeset 32 19bd632b5100
parent 25 9c3798b88e30
child 57 5ebadcda06cb
--- a/atcommands/lccustomplugin/src/lccustomplugin.cpp	Mon May 17 11:06:23 2010 +0300
+++ b/atcommands/lccustomplugin/src/lccustomplugin.cpp	Fri May 28 17:03:06 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 );