phoneapp/phoneuistates/inc/cphoneerrormessageshandler.h
branchRCL_3
changeset 81 c26cc2a7c548
parent 69 8baf28733c3d
--- a/phoneapp/phoneuistates/inc/cphoneerrormessageshandler.h	Wed Sep 15 12:12:21 2010 +0300
+++ b/phoneapp/phoneuistates/inc/cphoneerrormessageshandler.h	Wed Oct 13 14:31:22 2010 +0300
@@ -114,11 +114,6 @@
         * Return ETrue if voice call.
         */
         TBool IsVoiceCall( const TInt aCallId ) const;
-        
-        /**
-         * Variation for error notes KTelephonyLVFlagClearCodeCustomization
-         */
-        TInt ResourceVariation() const;
  
     protected:
 		
@@ -128,8 +123,6 @@
 		MPhoneViewCommandHandle* iViewCommandHandle;
 		
 		MPhoneStateMachine* iStateMachine;
-		
-		TInt iCallId;
 	          
     };