atcommands/lccustomplugin/src/lclistallcmd.cpp
branchRCL_3
changeset 35 95674584745d
parent 13 b6f55cd40afd
--- a/atcommands/lccustomplugin/src/lclistallcmd.cpp	Tue May 25 12:53:11 2010 +0300
+++ b/atcommands/lccustomplugin/src/lclistallcmd.cpp	Wed Jun 09 09:52:54 2010 +0300
@@ -142,13 +142,6 @@
         return;
         }
     RBuf8 reply;
-    if ( quietMode )
-        {
-        iCallback->CreateReplyAndComplete( EReplyTypeOther, reply );
-        reply.Close();
-        TRACE_FUNC_EXIT
-        return;
-        }
     TBool error = CreateSupportedList( reply );
     if ( error )
         {