e_policy_wl: remove polwl_hooks_ec 79/322079/1
authorSooChan Lim <sc1.lim@samsung.com>
Wed, 2 Apr 2025 11:01:29 +0000 (20:01 +0900)
committerTizen Window System <tizen.windowsystem@gmail.com>
Thu, 3 Apr 2025 08:01:11 +0000 (17:01 +0900)
It is useless.

Change-Id: Ic73c69a158f6357f8080e099723c8c74d64cee0a

src/bin/server/e_policy_wl.c

index 671bc4b1d5b170eb58e54982d808f8eb3ce374c3..ca4fbf1608b224aa879fc2aa90bcee757113e09c 100644 (file)
@@ -75,7 +75,6 @@ struct _E_Policy_Wl
 static E_Policy_Wl *g_tizen_policy_wl = NULL;
 
 static Eina_List *handlers = NULL;
-static Eina_List *polwl_hooks_ec = NULL;
 static Eina_List *hooks_cw = NULL;
 static Eina_List *hooks_co = NULL;
 
@@ -3046,7 +3045,6 @@ e_policy_wl_shutdown(void)
 {
    if (!g_tizen_policy_wl) return;
 
-   E_FREE_LIST(polwl_hooks_ec, e_client_hook_del);
    E_FREE_LIST(hooks_cw, e_comp_wl_hook_del);
    E_FREE_LIST(hooks_co, e_comp_object_intercept_hook_del);
    E_FREE_LIST(handlers, ecore_event_handler_del);