projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c162426
)
ecore_wl2_window: remove unrechable code
99/257799/2
author
Junseok, Kim
<juns.kim@samsung.com>
Mon, 3 May 2021 06:20:30 +0000
(15:20 +0900)
committer
Junseok, Kim
<juns.kim@samsung.com>
Mon, 3 May 2021 06:58:03 +0000
(15:58 +0900)
Change-Id: Ifccacabb37bfc16448210b5d4f1c0f605c6e66f9
src/lib/ecore_wl2/ecore_wl2_window.c
patch
|
blob
|
history
diff --git
a/src/lib/ecore_wl2/ecore_wl2_window.c
b/src/lib/ecore_wl2/ecore_wl2_window.c
index 4152dfc90d0233233295aabec16cff3d9de52720..6096f28ff8d8ecbb1318b821f00c997b9a86d68e 100644
(file)
--- a/
src/lib/ecore_wl2/ecore_wl2_window.c
+++ b/
src/lib/ecore_wl2/ecore_wl2_window.c
@@
-2782,7
+2782,6
@@
_ecore_wl2_window_aux_hint_id_assign(Ecore_Wl2_Window *win)
EINA_LIST_FOREACH(ewah_sorted_list, l, ewah)
{
- if (id < 0) return -1;
if (ewah->id < 0) continue;
if (ewah->id == id)