Removed the vconf setting code to move it to the e-mod-tizen-wl-textinput 68/219368/2
authorInHong Han <inhong1.han@samsung.com>
Wed, 4 Dec 2019 11:47:44 +0000 (20:47 +0900)
committerInHong Han <inhong1.han@samsung.com>
Thu, 5 Dec 2019 06:30:55 +0000 (15:30 +0900)
Change-Id: I9bee9f3be77c7820af6e501bd09af645321971bf

ism/modules/panelagent/wayland/isf_wsc_control_ui.cpp

index e42cf11..63875ec 100644 (file)
@@ -197,20 +197,12 @@ void isf_wsc_context_input_panel_show (WSCContextISF* wsc_ctx)
     _isf_wsc_context_input_panel_show (get_panel_client_id (), context_id, packet, length, input_panel_show);
 
     free (packet);
-
-#ifdef HAVE_VCONF
-    vconf_set_int (VCONFKEY_ISF_INPUT_PANEL_STATE, VCONFKEY_ISF_INPUT_PANEL_STATE_SHOW);
-#endif
 }
 
 void isf_wsc_context_input_panel_hide (WSCContextISF *ctx)
 {
     int context_id = _get_context_id (ctx);
     _isf_wsc_context_input_panel_hide (get_panel_client_id (), context_id);
-
-#ifdef HAVE_VCONF
-    vconf_set_int (VCONFKEY_ISF_INPUT_PANEL_STATE, VCONFKEY_ISF_INPUT_PANEL_STATE_HIDE);
-#endif
 }
 
 void isf_wsc_context_set_keyboard_mode (WSCContextISF *ctx, TOOLBAR_MODE_T mode)