uifw/AvKon/inc/AknSignalIcon.h
branchRCL_3
changeset 72 a5e7a4f63858
parent 59 978afdc0236f
--- a/uifw/AvKon/inc/AknSignalIcon.h	Wed Sep 15 12:29:17 2010 +0300
+++ b/uifw/AvKon/inc/AknSignalIcon.h	Wed Oct 13 14:50:15 2010 +0300
@@ -188,16 +188,6 @@
     */
     void LoadATTIconL( TInt aIconState, TInt aIconColorIndex );
     
-   
-    /**
-       * Loads the signal icon for TD phone to be displayed.
-       * 
-       * @param  aIconState       ID of the signal state, @see signal indicator
-       *                          states in @c avkon.hrh.
-       * @param  aIconColorIndex  Color index of the icon.
-       */
-    void LoadTDIconL(TInt aIconState, TInt aIconColorIndex);
-
 private:
     
     /**
@@ -229,9 +219,6 @@
     
 	/** Flag defining whether or not the ATT is enable. */
     TInt        iATTEnable;
-	
-	/** Flag defining whether or not the TD is enable. */
-    TBool       iTDEnable;
     };
 
 #endif // AKNSIGNALICON_H