--- a/src/hbcore/inputfw/hbinputmodecache.cpp Wed Aug 18 10:05:37 2010 +0300
+++ b/src/hbcore/inputfw/hbinputmodecache.cpp Thu Sep 02 20:44:51 2010 +0300
@@ -259,20 +259,6 @@
void HbInputModeCachePrivate::updateMonitoredPaths()
{
- QStringList watchedDirs = mWatcher->directories();
- if (!watchedDirs.isEmpty()) {
- mWatcher->removePaths(watchedDirs);
- }
-
- QStringList paths = HbInputSettingProxy::instance()->inputMethodPluginPaths();
- foreach(const QString &path, paths) {
- QDir dir(path);
- if (!dir.exists() && path.left(1) == "f") {
- mWatcher->addPath(QString("f:") + QDir::separator());
- } else {
- mWatcher->addPath(path);
- }
- }
}
bool HbInputModeCachePrivate::isMappedLanguage(const HbInputLanguage &language) const