src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasicqwertyhandler.cpp
changeset 1 f7ac710697a9
parent 0 16d8024aca5e
child 6 c3690ec91ef8
--- a/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasicqwertyhandler.cpp	Mon Apr 19 14:02:13 2010 +0300
+++ b/src/hbplugins/inputmethods/hardwareinput/hbhardwareinputbasicqwertyhandler.cpp	Mon May 03 12:48:33 2010 +0300
@@ -217,28 +217,6 @@
     d->q_ptr = this;
 }
 
-
-/*!
-This function lists different input modes.
-*/
-void HbHardwareInputBasicQwertyHandler::listInputModes(QVector<HbInputModeProperties>& modes) const
-{
-    HbInputModeProperties binding;
-	binding.iMode = HbInputModeDefault;
-	QList<HbKeyboardType> availableKeyBoards;
-	HbInputSettingProxy::instance()->availableHwKeyboard(availableKeyBoards);
-	foreach(HbKeyboardType keyboardType, availableKeyBoards) {
-		(keyboardType&HbQwertyKeyboardMask) ? binding.iKeyboard = keyboardType : binding.iKeyboard = HbKeyboardNone;
-		if (binding.iKeyboard != HbKeyboardNone) {
-			QList<HbInputLanguage> languages = HbKeymapFactory::availableLanguages();
-			foreach(HbInputLanguage lang, languages) {
-				binding.iLanguage = lang;        
-				modes.push_front(binding);
-			}
-		}
-	}
-}
-
 HbHardwareInputBasicQwertyHandler::~HbHardwareInputBasicQwertyHandler()
 {
 }