diff -r e30d4a1b8bad -r c26cc2a7c548 phoneengine/phonemodel/inc/cpephonemodel.h --- a/phoneengine/phonemodel/inc/cpephonemodel.h Wed Sep 15 12:12:21 2010 +0300 +++ b/phoneengine/phonemodel/inc/cpephonemodel.h Wed Oct 13 14:31:22 2010 +0300 @@ -119,11 +119,6 @@ * Constructs Contact Handling Phase Two */ void ConstructContactHandlingPhaseTwoL(); - - /** - * Gets call error from callinfo - */ - void SetCallError( TInt aCallId ); // Functions from CPEPhonemodelIF @@ -326,9 +321,6 @@ // Mediator command handler CPERemotePartyInfoMediator* iMediatorCommunicationHandler; - - // Mobile call info. - RMobileCall::TMobileCallInfoV3* iCallInfo; };