calendarui/controller/src/calensendingstate.cpp
changeset 18 c198609911f9
parent 0 f979ecb2b13e
child 51 0b38fc5b94c6
--- a/calendarui/controller/src/calensendingstate.cpp	Tue Feb 02 10:12:19 2010 +0200
+++ b/calendarui/controller/src/calensendingstate.cpp	Fri Apr 16 14:57:40 2010 +0300
@@ -11,12 +11,11 @@
 *
 * Contributors:
 *
-* Description:   Calendar state machine
+* Description:  Calendar state machine
 *
 */
 
 
-
 // includes
 #include "calensendingstate.h"
 #include "calendarui_debug.h"           // Debug macros
@@ -92,18 +91,13 @@
     
     TBool cmdUsed = EFalse;
     
-    if(ECalenFasterAppExit == cmd)
+    if( ECalenFasterAppExit == cmd )
         {
         SetCurrentState( aStateMachine, CCalenStateMachine::ECalenIdleState );
         ActivateCurrentStateL(aStateMachine);
         RequestCallbackL( handler, aCommand );
         cmdUsed = ETrue;
         }
-    else if(ECalenStartActiveStep == cmd)
-        {
-        RequestCallbackL( handler, aCommand );
-        cmdUsed = ETrue;
-        }    
 
     TRACE_EXIT_POINT;
     return cmdUsed;