phoneapp/phoneuicontrol/inc/cphonestateincoming.h
changeset 76 cfea66083b62
parent 74 d1c62c765e48
child 78 baacf668fe89
--- a/phoneapp/phoneuicontrol/inc/cphonestateincoming.h	Fri Sep 17 17:09:12 2010 +0300
+++ b/phoneapp/phoneuicontrol/inc/cphonestateincoming.h	Mon Oct 04 16:06:10 2010 +0300
@@ -145,21 +145,11 @@
         * Show disconnected note
         */        
         void ShowDisconnectingL( TInt aCallId ); 
-        
-        /**
-        * Update remote data and label to the call header.
-        * @param aCallId - Call Id.
-        */
-        void UpdateRemoteInfoDataAndLabelL( 
-                TInt aCallId );
        
     protected:
         // call id of ringing call
         TInt iRingingCallId;
         
-        // True if call is disconnected otherwise false
-        TBool iCallDisconnected;
-        
     };
 
 #endif // CPHONESTATEINCOMING