--- a/clock2/clockui/adtupdater/inc/adtupdatercontainer.h Wed Sep 15 12:11:35 2010 +0300
+++ b/clock2/clockui/adtupdater/inc/adtupdatercontainer.h Wed Oct 13 14:30:35 2010 +0300
@@ -345,12 +345,6 @@
* @return TBool
*/
TBool PredictiveTimeEnabled();
-
- /**
- * @brief Checks if automatic time update is ON
- * @return TBool ETrue : if automatic time update is ON
- */
- TBool isAutomaticTimeUpdateON();
private: //Data members
@@ -446,6 +440,7 @@
*/
TBool iNitzTimerActive;
+
};
#endif // __ADTUPDATER_CONTAINER_H__