diff -r cfea66083b62 -r baacf668fe89 phoneapp/phoneuistates/src/cphonealerting.cpp --- a/phoneapp/phoneuistates/src/cphonealerting.cpp Mon Oct 04 16:06:10 2010 +0300 +++ b/phoneapp/phoneuistates/src/cphonealerting.cpp Fri Oct 15 12:58:46 2010 +0300 @@ -25,7 +25,6 @@ #include "mphonestatemachine.h" #include "tphonecmdparamboolean.h" #include "tphonecmdparaminteger.h" -#include "tphonecmdparamcallstatedata.h" #include "phoneviewcommanddefinitions.h" #include "phoneui.hrh" #include "cphonemainresourceresolver.h" @@ -230,26 +229,6 @@ "CPhoneAlerting::HandleCommandL()" ); return CPhoneGsmInCall::HandleCommandL( aCommand ); } - -// ----------------------------------------------------------- -// CPhoneAlerting::IsVideoCallAlertingL -// ----------------------------------------------------------- -// -TBool CPhoneAlerting::IsVideoCallAlertingL() - { - __LOGMETHODSTARTEND( EPhoneUIStates, - "CPhoneAlerting::IsVideoCallAlerting()" ); - TBool retVal = EFalse; - TPhoneCmdParamCallStateData callStateData; - callStateData.SetCallState( EPEStateConnecting ); - iViewCommandHandle->HandleCommandL( - EPhoneViewGetCallIdByState, &callStateData ); - if ( callStateData.CallId() > KErrNotFound ) - { - retVal = IsVideoCall( callStateData.CallId() ); - } - return retVal; - } // ----------------------------------------------------------- // CPhoneAlerting::CheckIfShowTerminationNote