changeset 50 | 579cc610882e |
parent 18 | c198609911f9 |
child 51 | 0b38fc5b94c6 |
--- a/calendarui/controller/src/calenstatemachine.cpp Wed Jun 23 18:11:28 2010 +0300 +++ b/calendarui/controller/src/calenstatemachine.cpp Tue Jul 06 14:14:56 2010 +0300 @@ -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; }