--- a/textinput/peninputgenericvkb/src/peninputgenericvkbwindow.cpp Wed Sep 15 12:34:44 2010 +0300
+++ b/textinput/peninputgenericvkb/src/peninputgenericvkbwindow.cpp Wed Oct 13 14:55:58 2010 +0300
@@ -2011,26 +2011,7 @@
iNewDeadKeyBuf = KNullDesC;
return EFalse;
}
-
-// ---------------------------------------------------------------------------
-// CPeninputGenericVkbWindow::HandleVirtualKeyDownEvent
-// (Handle virtual key down event)
-// ---------------------------------------------------------------------------
-//
-void CPeninputGenericVkbWindow::HandleVirtualKeyDownEvent()
- {
- // Get DeadKey state
- TInt latchedFlag = CPeninputDataConverter::AnyToInt(
- iLayoutContext->RequestData( EAkninputDataTypeLatchedSet ));
-
- if ( latchedFlag )
- {
- UnLatchDeadKey( iNewDeadKeyBuf );
- TBool deadKeyChange = ETrue;
- iLayoutContext->SetData( EAkninputDataTypeLatchedSet, &deadKeyChange );
- }
- }
-
+
TBool CPeninputGenericVkbWindow::HandleDeadKeyL(TInt aEventType,
const TDesC& aEventData )
{
@@ -2266,10 +2247,6 @@
static_cast<CAknFepCtrlEventButton*>
( Control( EPeninutWindowCtrlIdMultiRangeBtn ))->SizeChanged(
exRect, inRect, ETrue );
-
- TRAP_IGNORE( icf->MsgBubbleCtrl()->SetTextL( KEmptyString ));
- iIndiWithText = EFalse;
- IndiBubbleWithoutText();
}
iLafMgr->GetButtonRect(EPeninutWindowCtrlIdOptionBtn,exRect ,inRect);