diff -r 16d8024aca5e -r f7ac710697a9 src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasicqwertyhandler.cpp --- a/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasicqwertyhandler.cpp Mon Apr 19 14:02:13 2010 +0300 +++ b/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasicqwertyhandler.cpp Mon May 03 12:48:33 2010 +0300 @@ -217,28 +217,6 @@ d->q_ptr = this; } - -/*! -This function lists different input modes. -*/ -void HbHardwareInputBasicQwertyHandler::listInputModes(QVector& modes) const -{ - HbInputModeProperties binding; - binding.iMode = HbInputModeDefault; - QList availableKeyBoards; - HbInputSettingProxy::instance()->availableHwKeyboard(availableKeyBoards); - foreach(HbKeyboardType keyboardType, availableKeyBoards) { - (keyboardType&HbQwertyKeyboardMask) ? binding.iKeyboard = keyboardType : binding.iKeyboard = HbKeyboardNone; - if (binding.iKeyboard != HbKeyboardNone) { - QList languages = HbKeymapFactory::availableLanguages(); - foreach(HbInputLanguage lang, languages) { - binding.iLanguage = lang; - modes.push_front(binding); - } - } - } -} - HbHardwareInputBasicQwertyHandler::~HbHardwareInputBasicQwertyHandler() { }