src/hbplugins/inputmethods/touchinput/hbinputnumericqwertyhandler.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 2 06ff229162e9
--- a/src/hbplugins/inputmethods/touchinput/hbinputnumericqwertyhandler.cpp	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbplugins/inputmethods/touchinput/hbinputnumericqwertyhandler.cpp	Mon May 03 12:48:33 2010 +0300
@@ -106,23 +106,6 @@
     d->q_ptr = this;
 }
 
-
-/*!
- This function lists different input modes.
-*/
-void HbInputNumericQwertyHandler::listInputModes(QVector<HbInputModeProperties>& modes) const
-{
-    HbInputModeProperties binding;
-    binding.iMode = HbInputModeNumeric;
-    binding.iKeyboard = HbKeyboardVirtualQwerty;
-
-    QList<HbInputLanguage> languages = HbKeymapFactory::availableLanguages();
-    foreach (HbInputLanguage language, languages) {
-        binding.iLanguage = language;
-        modes.push_back(binding);
-    }
-}
-
 HbInputNumericQwertyHandler::~HbInputNumericQwertyHandler()
 {
 }