From: SooChan Lim Date: Thu, 1 Jun 2023 05:14:29 +0000 (+0900) Subject: remove the modal variable of e_client X-Git-Tag: accepted/tizen/unified/20230605.170341~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3258db14bcbe05e7de225e8658f9d2d6357145e8;p=platform%2Fcore%2Fuifw%2Fe-mod-tizen-wl-textinput.git remove the modal variable of e_client The modal variable of the e_client is deprecated. Change-Id: Iab09d38cd83d3baa81b742bf720ca7da6110ba9f --- diff --git a/src/e_mod_input_panel.c b/src/e_mod_input_panel.c index 667482d..e9db479 100644 --- a/src/e_mod_input_panel.c +++ b/src/e_mod_input_panel.c @@ -1452,8 +1452,6 @@ e_input_panel_transient_for_set(E_Client *parent) { child->parent->transients = eina_list_remove(child->parent->transients, child); - if (child->parent->modal == child) child->parent->modal = NULL; - child->parent = NULL; LOGI("TRANSIENT_FOR::reset parent %p for : %p\n", child->parent, child); } }