src/hbplugins/inputmethods/hardwareinput/hbhardwareinputprediction12keyhandler.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
--- a/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputprediction12keyhandler.cpp	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputprediction12keyhandler.cpp	Mon May 03 12:48:33 2010 +0300
@@ -177,30 +177,6 @@
 }
 
 /*!
-this function lists different modes.
-*/
-void HbHardwareInputPrediction12KeyHandler::listInputModes(QVector<HbInputModeProperties>& modes) const
-{
-	  Q_UNUSED(modes); 
-    /*HbInputMode binding;
-    binding.iMode = HbInputModeLatinPredictive;
-    binding.iKeyboard = HbKeyboard12Key;
-    QVector<int> languages;
-    HbKeyMapFactory::instance()->listLanguages(languages);
-
-    const QVector<HbInputLanguage>* engineLanguages = supportedLanguages();
-    if (engineLanguages) {
-        binding.iMode = HbInputModeLatinPredictive;
-        foreach (const HbInputLanguage& languageCode, *engineLanguages) {
-            if (languages.contains(languageCode.language())) {
-                binding.iLanguage = languageCode;
-                modes.push_back(binding);
-            }
-        }
-    }*/
-}
-
-/*!
 filterEvent to handler keypress/release events.
 */
 bool HbHardwareInputPrediction12KeyHandler::filterEvent(const QKeyEvent * event)