calendarui/controller/src/calenpopulationstate.cpp
branchRCL_3
changeset 13 1984aceb8774
parent 11 0f07cd1b5772
child 29 12af337248b1
--- a/calendarui/controller/src/calenpopulationstate.cpp	Mon Mar 15 12:40:18 2010 +0200
+++ b/calendarui/controller/src/calenpopulationstate.cpp	Wed Mar 31 21:29:10 2010 +0300
@@ -99,14 +99,6 @@
         RequestCallbackL( handler, aCommand );
         cmdUsed = ETrue;
         }
-    
-    else if( ECalenEventView == cmd )
-        {
-        SetCurrentState( aStateMachine, CCalenStateMachine::ECalenIdleState );
-        ActivateCurrentStateL(aStateMachine);
-        RequestCallbackL( handler, aCommand );
-        cmdUsed = ETrue;
-        }
 
     TRACE_EXIT_POINT;
     return cmdUsed;