javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swttextextension.cpp
branchRCL_3
changeset 83 26b2b12093af
parent 66 2455ef1f5bbc
--- a/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swttextextension.cpp	Wed Sep 15 12:05:25 2010 +0300
+++ b/javauis/eswt_akn/org.eclipse.ercp.swt.s60/native/src/swttextextension.cpp	Wed Oct 13 14:23:59 2010 +0300
@@ -280,19 +280,6 @@
 //
 void CSwtTextExtension::FetchEmailL()
 {
-#ifdef RD_JAVA_S60_RELEASE_9_2
-    // Closing the VKB. Otherwise opened dialog will not be drawn over
-    // the whole screen. After closing dialog, VKB opens itself again
-    if (Editor().IsFocused())
-    {
-        CCoeFep* fep = iDisplay.CoeEnv()->Fep();
-        if (fep)
-        {
-            fep->HandleDestructionOfFocusedItem();
-        }
-    }
-#endif //RD_JAVA_S60_RELEASE_9_2
-
     // The dialog used to select the address doesn't work properly if there is no
     // status pane. Therefore, the status pane is temporarily made visible for
     // the duration of showing the dialog.