diff options
-rw-r--r-- | ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp index 8e7ccf44..ec501d23 100644 --- a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp +++ b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp @@ -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; |