diff -r 2a26698d78ba -r 38529f706030 phoneapp/phoneuiview/inc/cphonedialerview.h --- 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