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:
b260d67
)
e_client: removed a dead code
13/199513/1
author
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 12 Feb 2019 09:20:54 +0000
(18:20 +0900)
committer
Gwanglim Lee
<gl77.lee@samsung.com>
Tue, 12 Feb 2019 09:20:54 +0000
(18:20 +0900)
Change-Id: Idb43156c53deab4640fe3e87f70685d54982407c
src/bin/e_client.c
patch
|
blob
|
history
diff --git
a/src/bin/e_client.c
b/src/bin/e_client.c
index b87ad384959c032ca861598395bf3d862932978b..92789877c6187fec9f4716e9f9cae514a971db08 100644
(file)
--- a/
src/bin/e_client.c
+++ b/
src/bin/e_client.c
@@
-3383,7
+3383,6
@@
_e_client_focus_calculate(E_Zone *zone)
{
if (!eina_list_data_find(defer_focus_stack, ec)) continue;
- if (!ec) continue;
if (e_object_is_del(E_OBJECT(ec))) continue;
if (e_client_util_ignored_get(ec)) continue;
if (ec->zone != zone) continue;