Fix issue input language has '~other' in some environment
[platform/core/uifw/isf.git] / ism / modules / panelagent / wayland / wayland_panel_agent_module.cpp
index 8e7ccf4..ec501d2 100644 (file)
@@ -831,8 +831,6 @@ _wsc_im_activate (void *data, struct wl_input_method *input_method, struct wl_in
     wsc_ctx->surrounding_cursor = 0;
     LOGD ("wsc_ctx->surrounding_cursor = %d", wsc_ctx->surrounding_cursor);
 
-    get_language (&wsc_ctx->language);
-
     wsc_ctx->preedit_str = strdup ("");
     wsc_ctx->content_hint = WL_TEXT_INPUT_CONTENT_HINT_NONE;
     wsc_ctx->content_purpose = WL_TEXT_INPUT_CONTENT_PURPOSE_NORMAL;