clock/inc/clockprivatecrkeys.h
changeset 37 360d55486d7f
parent 32 ea672fcb0ea0
--- a/clock/inc/clockprivatecrkeys.h	Thu May 27 12:51:15 2010 +0300
+++ b/clock/inc/clockprivatecrkeys.h	Fri Jun 11 13:37:54 2010 +0300
@@ -11,7 +11,7 @@
 *
 * Contributors:
 *
-* Description:   The file contains the uid of keys used by application.
+* Description: The file contains the uid of keys used by application.
 *
 */
 
@@ -25,10 +25,8 @@
 const long int KActiveProtocol = 0x00000000;
 /** Previous alarm time high */
 const long int KPreviousAlarmTime = 0x00000001;
-/** Valid Nitz Info key */
-const long int KValidNitz = 0x00000002;
 
-#endif  	// CLOCKPRIVATECRKEYS_H
+#endif	// CLOCKPRIVATECRKEYS_H
 
 // End of file	--Don't remove this.