projects
/
apps
/
native
/
menu-screen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
383a556
)
Remove unreachable code
99/102599/1
accepted/tizen/common/20161206.131719
accepted/tizen/mobile/20161207.025844
submit/tizen/20161206.072729
author
junkyu han
<junkyu.han@samsung.com>
Tue, 6 Dec 2016 07:20:43 +0000
(16:20 +0900)
committer
junkyu han
<junkyu.han@samsung.com>
Tue, 6 Dec 2016 07:20:43 +0000
(16:20 +0900)
Change-Id: Ib8088e173faab1cd333bca6aaeceda8187603997
src/all_apps/layout.c
patch
|
blob
|
history
diff --git
a/src/all_apps/layout.c
b/src/all_apps/layout.c
index 642c3564945a03f790c9b7bd9aa1c66593f1722f..31d18d8eb5d6d4c1c3c8b432ee4da99e1589e07a 100644
(file)
--- a/
src/all_apps/layout.c
+++ b/
src/all_apps/layout.c
@@
-392,8
+392,6
@@
HAPI void all_apps_layout_destroy(Evas_Object *all_apps)
if(all_apps) {
button = elm_object_part_content_unset(all_apps, ALL_APPS_EDIT_BUTTON_PART);
_remove_edit_button(button);
- } else {
- _D("cannot find the all_apps object");
}
} while (0);