diff -r bc5a64e5bc3c -r 5bcb308bd24d phoneapp/phoneuistates/src/cphoneidle.cpp --- 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 ); }