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:
2d1806c
)
e_comp_object: remove the unused code
38/318938/2
author
SooChan Lim
<sc1.lim@samsung.com>
Tue, 21 Jan 2025 07:18:49 +0000
(16:18 +0900)
committer
Tizen Window System
<tizen.windowsystem@gmail.com>
Mon, 3 Feb 2025 01:11:28 +0000
(
01:11
+0000)
This condition is always to be false.
Change-Id: Ifddb3a05563a9cf43821f0a08213495f3f0cc1ec
src/bin/compmgr/e_comp_object.c
patch
|
blob
|
history
diff --git
a/src/bin/compmgr/e_comp_object.c
b/src/bin/compmgr/e_comp_object.c
index 3d97eb1bdd1f569f8a7ef436c6f599e98c710b25..0eddfbc294fcf43b4ef0c461105ec3704e6df48a 100644
(file)
--- a/
src/bin/compmgr/e_comp_object.c
+++ b/
src/bin/compmgr/e_comp_object.c
@@
-3317,12
+3317,10
@@
e_comp_object_signal_emit(Evas_Object *obj, const char *sig, const char *src)
E_Comp_Object_Mover *prov;
API_ENTRY;
+
//INF("EMIT %p: %s %s", cw->ec, sig, src);
edje_object_signal_emit(cw->shobj, sig, src);
- if ((cw->ec->override && e_comp_config_get()->match.disable_overrides) ||
- ((!cw->ec->override) && e_comp_config_get()->match.disable_borders))
- return;
/* start with highest priority callback first */
EINA_INLIST_REVERSE_FOREACH(_e_comp_object_movers, prov)
{