remove the modal variable of e_client 17/293617/1
authorSooChan Lim <sc1.lim@samsung.com>
Thu, 1 Jun 2023 05:14:29 +0000 (14:14 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Thu, 1 Jun 2023 05:14:29 +0000 (14:14 +0900)
The modal variable of the e_client is deprecated.

Change-Id: Iab09d38cd83d3baa81b742bf720ca7da6110ba9f

src/e_mod_input_panel.c

index 667482d..e9db479 100644 (file)
@@ -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);
                }
           }