phoneapp/phoneuiutils/src/cphonekeys.cpp
changeset 77 2be0b271d017
parent 45 6b911d05207e
--- a/phoneapp/phoneuiutils/src/cphonekeys.cpp	Fri Sep 17 08:29:19 2010 +0300
+++ b/phoneapp/phoneuiutils/src/cphonekeys.cpp	Mon Oct 04 00:16:48 2010 +0300
@@ -18,8 +18,6 @@
 
 // INCLUDE FILES
 #include    "cphonekeys.h"
-#include    <aknkeys.h>
-#include    <AknUtils.h>
 #include    "phonelogger.h"
 
 // CONSTANTS
@@ -38,8 +36,7 @@
     // Convert key code to western.
     TBuf<1> buffer; // one character
     buffer.Append( aKeyEvent.iCode );
-    AknTextUtils::ConvertDigitsTo( buffer, EDigitTypeWestern );
-
+   
     TBool result = EFalse;
 
     switch ( buffer[ 0 ] ) // first char