diff -r 5a1685599b76 -r 8152b1f1763a fep/aknfep/src/AknFepUiInputStateInitialChineseGenericQwerty.cpp --- a/fep/aknfep/src/AknFepUiInputStateInitialChineseGenericQwerty.cpp Wed Sep 15 12:34:44 2010 +0300 +++ b/fep/aknfep/src/AknFepUiInputStateInitialChineseGenericQwerty.cpp Wed Oct 13 14:55:58 2010 +0300 @@ -117,7 +117,6 @@ } return number; } - TBool TAknFepInputStateInitialChineseGenericQwerty::HandleKeyL(TInt aKey, TKeyPressLength aLength) { CPtiEngine* ptiengine = iOwner->PtiEngine(); @@ -320,11 +319,6 @@ return response; } -//-------------------------------------------------------------------------- -// The gate to decide whether it is a character is whether it has valid mapping -// If return ETrue, the key will pass to ptiengine. -//-------------------------------------------------------------------------- -// TBool TAknFepInputStateInitialChineseGenericQwerty::IsCharacter(TInt aKey) { TBool response = EFalse; @@ -340,8 +334,6 @@ response = ETrue; } } - - // exception Z might has no mapping but need to put into ptiengine. if(!response && aKey == EPtiKeyQwertyZ) { response = ETrue;