From 95729c7ae20d1320242f053c5f195063a22b3460 Mon Sep 17 00:00:00 2001 From: Ji-hoon Lee Date: Fri, 23 Dec 2016 16:36:48 +0900 Subject: [PATCH] Remove unnecessary update_cursor_position message transmission Change-Id: I3a769786b18d6d28dccfbda2d444c8de4359a8cb --- ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp | 2 -- 1 file changed, 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 e2693a7..1120f01 100644 --- a/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp +++ b/ism/modules/panelagent/wayland/wayland_panel_agent_module.cpp @@ -2823,7 +2823,6 @@ public: if (len == 0) { LOGD ("update, wsc_ctx->surrounding_cursor = %d\n", wsc_ctx->surrounding_cursor); g_info_manager->socket_update_surrounding_text (wsc_ctx->surrounding_text ? wsc_ctx->surrounding_text : "", wsc_ctx->surrounding_cursor); - g_info_manager->socket_update_cursor_position (wsc_ctx->surrounding_cursor); } else if (len < 0) { LOGW ("failed"); } else { @@ -2952,7 +2951,6 @@ public: if (len == 0) { LOGD ("update"); g_info_manager->socket_update_selection (wsc_ctx->selection_text ? wsc_ctx->selection_text : ""); - g_info_manager->socket_update_cursor_position (wsc_ctx->surrounding_cursor); } else if (len < 0) { LOGW ("failed"); } else { -- 2.7.4