projects
/
platform
/
upstream
/
enlightenment.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
589033d
)
e_comp_wl: remove the unused variable
57/323557/1
author
SooChan Lim
<sc1.lim@samsung.com>
Fri, 11 Apr 2025 00:35:19 +0000
(09:35 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Wed, 30 Apr 2025 04:17:30 +0000
(13:17 +0900)
Change-Id: I5a27de8c85b7f69ab2867c3dfc97d1609d19efe7
src/bin/server/e_comp_wl.c
patch
|
blob
|
history
diff --git
a/src/bin/server/e_comp_wl.c
b/src/bin/server/e_comp_wl.c
index fda7817ef8ea085164d55f6d3653add9dccbc2be..602ff360041d9809624575fb0782b413651b6682 100644
(file)
--- a/
src/bin/server/e_comp_wl.c
+++ b/
src/bin/server/e_comp_wl.c
@@
-156,8
+156,6
@@
static Eina_Inlist *_e_comp_wl_intercept_hooks[] =
[E_COMP_WL_INTERCEPT_HOOK_TOUCH_UP] = NULL,
};
-static Eina_List *hooks = NULL;
-
static E_Input_Hook *input_hook = NULL;
/* local functions */
@@
-3768,7
+3766,6
@@
e_comp_wl_shutdown(void)
e_comp_wl_subsurfaces_shutdown();
/* free handlers */
E_FREE_LIST(handlers, ecore_event_handler_del);
- E_FREE_LIST(hooks, e_client_hook_del);
if (e_input_thread_mode_get())
e_input_hook_del(input_hook);