changeset 45 | b6db4fd4947b |
parent 18 | c198609911f9 |
child 51 | 0b38fc5b94c6 |
--- a/calendarui/controller/src/calenstatemachine.cpp Mon May 03 12:30:32 2010 +0300 +++ b/calendarui/controller/src/calenstatemachine.cpp Mon Jun 28 15:22:02 2010 +0530 @@ -156,12 +156,8 @@ { TRACE_ENTRY_POINT; - TRAPD(error,iStates[iCurrentState]->HandleNotificationL( aNotification, *this)); - if(error!=KErrNone) - { - // do avoid warning - } - + TRAP_IGNORE(iStates[iCurrentState]->HandleNotificationL( aNotification, *this)); + TRACE_EXIT_POINT; }