connectionutilities/ConnectionDialogs/DisconnectDlg/src/ConnectionModel.cpp
branchRCL_3
changeset 13 c14618f9de99
parent 0 5a93021fdf25
child 16 c45d4fe2ff0a
--- a/connectionutilities/ConnectionDialogs/DisconnectDlg/src/ConnectionModel.cpp	Wed Mar 31 22:15:10 2010 +0300
+++ b/connectionutilities/ConnectionDialogs/DisconnectDlg/src/ConnectionModel.cpp	Wed Apr 14 16:22:04 2010 +0300
@@ -358,18 +358,6 @@
     // the connection is succesfully closed
     CConnectionInfo* info = iConnArray->At( iClosingConnectionIndex );
 
-    TPtrC iap = info->GetIapNameL();
-    TInt bearerType = info->GetBearerType();
-
-    if( bearerType < EBearerExternalCSD )
-        {
-        InfoNoteL( R_QTN_NETW_CONF_CONN_DISCONNECTED, &iap );
-        }
-    else
-        {
-        InfoNoteL( R_QTN_NETW_CONF_MODEM_CONN_DISCONNECTED );
-        }
-
     CLOG_LEAVEFN("CConnectionModel::SelectedConnectionClosedL");    
     }