bluetoothengine/btui/Ecom/src/BTUIDeviceContainer.cpp
branchRCL_3
changeset 61 269724087bed
parent 56 9386f31cc85b
child 72 4b59561a31c0
--- a/bluetoothengine/btui/Ecom/src/BTUIDeviceContainer.cpp	Wed Sep 01 12:20:04 2010 +0100
+++ b/bluetoothengine/btui/Ecom/src/BTUIDeviceContainer.cpp	Tue Sep 14 21:37:10 2010 +0300
@@ -426,14 +426,6 @@
         return EKeyWasConsumed;
         }
 
-    // Show popup commands window if selection or enter key is pressed.
-	// It should not go to here, unless | EAknEnableMSK is not set
-    if ((aKeyEvent.iCode == EKeyDevice3) || (aKeyEvent.iCode == EKeyEnter))
-        {
-        iView->ProcessCommandL(EAknSoftkeyContextOptions);        
-        return EKeyWasConsumed;
-        }
-
     if ((aKeyEvent.iCode != EKeyLeftArrow) && 
         (aKeyEvent.iCode != EKeyRightArrow))
         {