lafagnosticuifoundation/cone/src/COEPRIV.CPP
branchRCL_3
changeset 55 aecbbf00d063
parent 51 fcdfafb36fe7
child 56 d48ab3b357f1
--- a/lafagnosticuifoundation/cone/src/COEPRIV.CPP	Thu Aug 19 10:11:06 2010 +0300
+++ b/lafagnosticuifoundation/cone/src/COEPRIV.CPP	Tue Aug 31 15:28:30 2010 +0300
@@ -66,8 +66,6 @@
 
 void CCoeRedrawer::RunL()
 	{
-    User::LeaveIfError( iStatus.Int() );
-
 	TWsRedrawEvent redraw;
 	iWsSession.GetRedraw(redraw);
 	const TUint handle = redraw.Handle();
@@ -106,21 +104,3 @@
 	{
 	iWsSession.RedrawReadyCancel();
 	}
-
-/**
-  Log the error (debug builds) before panicking.
-  The panic code is consistent with that in CCoeEnv::RunL().
- */
-TInt CCoeRedrawer::RunError( TInt aError )
-    {
-#ifdef _DEBUG
-    RDebug::Print( _L("CCoeRedrawer's iStatus = %d"), iStatus.Int() );
-#endif
-
-    Panic( ECoePanicWservBlindCommandFailed );
-    aError = KErrNone;
-
-    return aError;
-    }
-
-