diff -r 2a26698d78ba -r 38529f706030 phoneapp/phoneuiview/src/cphonedialerview.cpp --- a/phoneapp/phoneuiview/src/cphonedialerview.cpp Mon Mar 15 12:40:24 2010 +0200 +++ b/phoneapp/phoneuiview/src/cphonedialerview.cpp Wed Mar 31 21:30:06 2010 +0300 @@ -65,8 +65,7 @@ // might leave. // ----------------------------------------------------------------------------- // -CPhoneDialerView::CPhoneDialerView() : - iSecurityMode ( EFalse ) +CPhoneDialerView::CPhoneDialerView() { } @@ -240,8 +239,7 @@ MAknsSkinInstance* skin = AknsUtils::SkinInstance(); MAknsControlContext* cc = AknsDrawUtils::ControlContext( this ); - if ( iSecurityMode || - !AknsDrawUtils::Background( skin, cc, this, gc, aRect ) ) + if ( !AknsDrawUtils::Background( skin, cc, this, gc, aRect ) ) { gc.SetPenStyle(CGraphicsContext::ENullPen); gc.SetBrushColor( AKN_LAF_COLOR( 0 ) ); // 0 for white @@ -362,26 +360,4 @@ CCoeControl::MakeVisible( aVisible ); } -// ----------------------------------------------------------------------------- -// CPhoneDialerView::SetSecurityMode -// ----------------------------------------------------------------------------- -// -void CPhoneDialerView::SetSecurityMode ( TBool aStatus ) - { - if ( iSecurityMode != aStatus ) - { - iSecurityMode = aStatus; - SizeChanged(); - } - } - -// ----------------------------------------------------------------------------- -// CPhoneDialerView::IsSecurityMode -// ----------------------------------------------------------------------------- -// -TBool CPhoneDialerView::IsSecurityMode() - { - return iSecurityMode; - } - // End of File