Removed ime_info db access on IMEngine loading case 86/94286/2
authorJi-hoon Lee <dalton.lee@samsung.com>
Fri, 28 Oct 2016 04:43:22 +0000 (13:43 +0900)
committerJi-hoon Lee <dalton.lee@samsung.com>
Fri, 28 Oct 2016 05:55:19 +0000 (14:55 +0900)
Change-Id: I9e9a3c058bb60d8c80d2551cae0dcd039d7fc67a

ism/src/scim_module.cpp

index 5297edd..12b6b56 100644 (file)
@@ -213,7 +213,6 @@ Module::load (const String &name, const String &type)
         }
     }
     else if (type.compare("IMEngine") == 0 && name.compare("socket")) {
-        isf_db_select_module_path_by_mode(TOOLBAR_KEYBOARD_MODE, mpath);
         mpath.push_back(String(SCIM_MODULE_PATH) + String(SCIM_PATH_DELIM_STRING) + String(SCIM_BINARY_VERSION)
             + String(SCIM_PATH_DELIM_STRING) + String("IMEngine"));
         for (i = 0; i < mpath.size(); i++) {