atcommands/lccustomplugin/src/lccustomplugin.cpp
changeset 37 91746b151f97
parent 15 00f9ee97d895
child 57 5ebadcda06cb
--- a/atcommands/lccustomplugin/src/lccustomplugin.cpp	Thu May 27 13:01:44 2010 +0300
+++ b/atcommands/lccustomplugin/src/lccustomplugin.cpp	Fri Jun 11 13:48:51 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 );