diff -r e30d4a1b8bad -r c26cc2a7c548 phoneuis/easydialing/inc/dialingextensioninterface.h --- a/phoneuis/easydialing/inc/dialingextensioninterface.h Wed Sep 15 12:12:21 2010 +0300 +++ b/phoneuis/easydialing/inc/dialingextensioninterface.h Wed Oct 13 14:31:22 2010 +0300 @@ -88,29 +88,6 @@ class CDialingExtensionInterface : public CCoeControl { public: - - - /** - * Enumeration for keyboard modes. Keyboardmode affect on how search string is matched - * with contacts. - */ - typedef enum - { - - /* - * ENormalKeyboard is used when there is no QWERTY keyboard, or non-hybrid mode - * QWERTY keyboard. - */ - EDefaultKeyboard = 0, - - /* - * EHybridQwerty is used with hybrid mode QWERTY keyboard. Hybrid mode means - * that keys where a letter and number share a common key, short press to that key - * produces the number, not the letter. - */ - EHybridQwerty - - } TKeyboardMode; /** * Creates an instance of plugin. @@ -206,13 +183,6 @@ */ virtual TBool IsEnabled() const = 0; - - /** - * Set keyboard mode to be used in matching. - * @param aMode Mode to be used. - */ - virtual void SetKeyboardMode( TKeyboardMode aMode ) = 0; - private: // data /** ECom instance identifier key. */