--- a/src/hbplugins/inputmethods/touchinput/hbinputbasicqwertyhandler.cpp Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbplugins/inputmethods/touchinput/hbinputbasicqwertyhandler.cpp Mon May 03 12:48:33 2010 +0300
@@ -262,22 +262,6 @@
}
-/*!
-This function lists different input modes.
-*/
-void HbInputBasicQwertyHandler::listInputModes(QVector<HbInputModeProperties>& modes) const
-{
- HbInputModeProperties binding;
- binding.iMode = HbInputModeDefault;
- binding.iKeyboard = HbKeyboardVirtualQwerty;
-
- QList<HbInputLanguage> languages = HbKeymapFactory::availableLanguages();
- foreach (HbInputLanguage language, languages) {
- binding.iLanguage = language;
- modes.push_back(binding);
- }
-}
-
HbInputBasicQwertyHandler::~HbInputBasicQwertyHandler()
{
}