--- a/phoneapp/phoneuistates/src/cphoneidle.cpp Tue Jul 06 14:15:47 2010 +0300
+++ b/phoneapp/phoneuistates/src/cphoneidle.cpp Fri Jul 09 15:40:55 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 );
}