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