diff -r 30342f40acbf -r e1bea15f9a39 webengine/wmlengine/src/fbox/src/Epoc32InputSkin.cpp --- a/webengine/wmlengine/src/fbox/src/Epoc32InputSkin.cpp Thu Jul 15 19:53:20 2010 +0300 +++ b/webengine/wmlengine/src/fbox/src/Epoc32InputSkin.cpp Thu Aug 19 10:58:56 2010 +0300 @@ -790,14 +790,6 @@ thisObj->cppEpoc32InputBox->ActivateVKB(); } - // also try to launch async in case dialog is up - if (thisObj->vkbTimer == NULL) - { - thisObj->vkbTimer = NW_System_Timer_New (NW_FBox_InputSkin_VKBCallback, - thisObj, 4000, NW_FALSE); - } - - return KBrsrSuccess; }