uifw/AvKon/inc/AknSignalIcon.h
branchRCL_3
changeset 19 aecbbf00d063
parent 6 9f56a4e1b8ab
child 20 d48ab3b357f1
--- a/uifw/AvKon/inc/AknSignalIcon.h	Thu Aug 19 10:11:06 2010 +0300
+++ b/uifw/AvKon/inc/AknSignalIcon.h	Tue Aug 31 15:28:30 2010 +0300
@@ -179,15 +179,6 @@
     */
     void ConstructL();
 
-    /**
-    * Loads the AT&T signal icon 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 LoadATTIconL( TInt aIconState, TInt aIconColorIndex );
-    
 private:
     
     /**
@@ -216,9 +207,6 @@
     
     /** Flag defining whether or not the offline icon is drawn. */
     TBool       iShowOffLineIcon;
-    
-	/** Flag defining whether or not the ATT is enable. */
-    TInt        iATTEnable;
     };
 
 #endif // AKNSIGNALICON_H