src/hbcore/inputfw/hbinpututils.cpp
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 5 627c4a0fd0e7
--- a/src/hbcore/inputfw/hbinpututils.cpp	Mon May 03 12:48:33 2010 +0300
+++ b/src/hbcore/inputfw/hbinpututils.cpp	Fri May 14 16:09:54 2010 +0300
@@ -130,7 +130,7 @@
 For example Chinese and Japanese modes do not have text case.
 */
 bool HbInputUtils::isCaseSensitiveMode(HbInputModeType inputMode)
-{
+{     
     if (isChineseInputMode(inputMode)) {
         return false;
     }
@@ -193,16 +193,6 @@
 }
 
 /*!
-\deprecated HbInputUtils::isInputPluginInPermanentMemory(const QString&)
-    is deprecated.
-*/
-bool HbInputUtils::isInputPluginInPermanentMemory(const QString& pluginFileName)
-{
-    Q_UNUSED(pluginFileName)
-    return false;
-}
-
-/*!
 Lists all the input languages that the set of available input methods supports. Excludes custom input methods.
 */
 void HbInputUtils::listSupportedInputLanguages(QList<HbInputLanguage>& results)