phoneapp/phoneuiview/inc/cphonedialerview.h
branchRCL_3
changeset 17 38529f706030
parent 9 8871b09be73b
--- a/phoneapp/phoneuiview/inc/cphonedialerview.h	Mon Mar 15 12:40:24 2010 +0200
+++ b/phoneapp/phoneuiview/inc/cphonedialerview.h	Wed Mar 31 21:30:06 2010 +0300
@@ -76,20 +76,6 @@
         * @return aControl The control.
         */
         CCoeControl* Control() const;
-       
-        /**
-        * Sets the security mode flag ETrue or EFalse
-        * @param aStatus ETrue for the security mode. EFalse for the 
-        * normal mode.
-        */ 
-        void SetSecurityMode( TBool aStatus );
-        
-        /**
-        * Get state of the security mode flag
-        * @return aStatus ETrue for the security mode. EFalse for the 
-        * normal mode.
-        */         
-        TBool IsSecurityMode();
         
     public:  // Functions from base classes
         
@@ -207,9 +193,7 @@
         
         //MainPane
         TRect iMainPane;
-        
-        //Is security mode or not
-        TBool iSecurityMode;
+  
         };
 
 #endif // __CPHONEDIALERVIEW_H