--- 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