diff -r 16d8024aca5e -r f7ac710697a9 src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.cpp --- a/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.cpp Mon Apr 19 14:02:13 2010 +0300 +++ b/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.cpp Mon May 03 12:48:33 2010 +0300 @@ -234,32 +234,6 @@ } /*! -lists different input mode bindings.. -*/ -void HbHardwareInputPredictionQwertyHandler::listInputModes(QVector& modes) const -{ - Q_UNUSED(modes); - /*HbInputModeProperties binding; - binding.iMode = HbInputModeLatinPredictive; - QList availableKeyBoards; - HbInputSettingProxy::instance()->availableHwKeyboard(availableKeyBoards); - foreach(HbKeyboardType keyboardType, availableKeyBoards) { - (keyboardType&HbQwertyKeyboardMask) ? binding.iKeyboard = keyboardType : binding.iKeyboard = HbKeyboardNone; - if (binding.iKeyboard != HbKeyboardNone) { - QVector languages; - HbKeyMapFactory::instance()->listLanguages(languages); - - foreach(int lang, languages) { - if(HbKeyMapFactory::instance()->isKeyboardDataAvailableForLanguage(lang,binding.iKeyboard)){ - binding.iLanguage = (QLocale::Language)lang; - modes.push_front(binding); - } - } - } - }*/ -} - -/*! Action Handler. */ bool HbHardwareInputPredictionQwertyHandler::actionHandler(HbInputModeAction action)