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<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)