Remove unreachable code 99/102599/1 accepted/tizen/common/20161206.131719 accepted/tizen/mobile/20161207.025844 submit/tizen/20161206.072729
authorjunkyu han <junkyu.han@samsung.com>
Tue, 6 Dec 2016 07:20:43 +0000 (16:20 +0900)
committerjunkyu han <junkyu.han@samsung.com>
Tue, 6 Dec 2016 07:20:43 +0000 (16:20 +0900)
Change-Id: Ib8088e173faab1cd333bca6aaeceda8187603997

src/all_apps/layout.c

index 642c356..31d18d8 100644 (file)
@@ -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);