From 417cd62ce08b23ca7c7b376751597a3741043f7d Mon Sep 17 00:00:00 2001 From: InHong Han Date: Wed, 16 Mar 2022 16:46:02 +0900 Subject: [PATCH] Remove unnecessary code This code is not necessary because cursor position will be updated when app receives the commit event. Change-Id: I7322da9ec0a7dcd4c11a2d4527e7f03030f5001f --- ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp index b72f178..855d8c0 100644 --- a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp +++ b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp @@ -1904,9 +1904,6 @@ wsc_commit_preedit (WSCContextISF* wsc_ctx) free (wsc_ctx->preedit_str); wsc_ctx->preedit_str = strdup (""); - - if (_TV) - remote_surrounding_get (wsc_ctx); } static void -- 2.7.4