diff -r 5a1685599b76 -r 8152b1f1763a textinput/peninputarc/src/peninputclient/penclientimpl.cpp --- a/textinput/peninputarc/src/peninputclient/penclientimpl.cpp Wed Sep 15 12:34:44 2010 +0300 +++ b/textinput/peninputarc/src/peninputclient/penclientimpl.cpp Wed Oct 13 14:55:58 2010 +0300 @@ -992,16 +992,6 @@ TInt RPeninputServerImpl::AddPenUiActivationHandler( MPenUiActivationHandler* aHandler,TInt aType) { - // To avoid add repeatedly - for (TInt i=0; i msg( aEnable ); - TIpcArgs arg; - arg.Set( KMsgSlot0, &msg ); - SendReceive(EPeninputRequestEnableGfxTransEffect, arg ); - } - CWaitingServerAo::CWaitingServerAo(RPeninputServerImpl* aClient) : CActive(CActive::EPriorityStandard), iClient(aClient)