javacommons/security/src.s60/telutils.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 60 6c158198356e
--- a/javacommons/security/src.s60/telutils.cpp	Wed Sep 15 12:05:25 2010 +0300
+++ b/javacommons/security/src.s60/telutils.cpp	Wed Oct 13 14:23:59 2010 +0300
@@ -76,19 +76,6 @@
     return sec.Int();
 }
 
-/**
- * Return 0 if secure time has not been set
- */
-int TelUtils::isSecureTimeSet()
-{
-    TTime t;
-    if (KErrNoSecureTime == t.UniversalTimeSecure())
-    {
-        return 0;
-    }
-    return 1;
-}
-
 void TelUtils::ConstructL()
 {
     RMobilePhone::TMobilePhoneIdentityV1        phoneId;