phoneapp/phoneuistates/src/cphoneidle.cpp
changeset 56 5bcb308bd24d
parent 45 6b911d05207e
child 65 2a5d4ab426d3
--- a/phoneapp/phoneuistates/src/cphoneidle.cpp	Tue Jul 06 14:15:47 2010 +0300
+++ b/phoneapp/phoneuistates/src/cphoneidle.cpp	Wed Aug 18 09:48:26 2010 +0300
@@ -146,17 +146,6 @@
     {
     __LOGMETHODSTARTEND( EPhoneUIStates, "CPhoneIdle::HandleErrorL() ");
     
-    TPhoneCmdParamBoolean blockingDialogStatus;
-    iViewCommandHandle->ExecuteCommandL( EPhoneViewGetBlockingDialogStatus, 
-        &blockingDialogStatus );
-
-    if( blockingDialogStatus.Boolean() )
-        {
-        blockingDialogStatus.SetBoolean( EFalse );
-        iViewCommandHandle->ExecuteCommandL( EPhoneViewSetBlockingDialogStatus, 
-            &blockingDialogStatus );
-        }
-    
     CPhoneState::HandleErrorL( aErrorInfo );
     }