src/hbplugins/inputmethods/hardwareinput/hbhardwareinputpredictionqwertyhandler.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 23 e6ad4ef83b23
--- 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<HbInputModeProperties>& modes) const
-{
-	Q_UNUSED(modes);
-    /*HbInputModeProperties binding;
-    binding.iMode = HbInputModeLatinPredictive;
-    QList<HbKeyboardType> availableKeyBoards;
-    HbInputSettingProxy::instance()->availableHwKeyboard(availableKeyBoards);
-    foreach(HbKeyboardType keyboardType, availableKeyBoards) {
-        (keyboardType&HbQwertyKeyboardMask) ? binding.iKeyboard = keyboardType : binding.iKeyboard = HbKeyboardNone;
-        if (binding.iKeyboard != HbKeyboardNone) {
-            QVector<int> 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)