Remove unnecessary code 10/272410/1
authorInHong Han <inhong1.han@samsung.com>
Wed, 16 Mar 2022 07:46:02 +0000 (16:46 +0900)
committerInHong Han <inhong1.han@samsung.com>
Wed, 16 Mar 2022 08:17:06 +0000 (08:17 +0000)
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

index b72f178..855d8c0 100644 (file)
@@ -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