Merge branch 'tizen' into tizen_3.0 "Remove unreachable code" 23/102623/1 accepted/tizen_3.0.m2_mobile tizen_3.0.m2 accepted/tizen/3.0.m2/mobile/20170104.100214 accepted/tizen/3.0/common/20161207.194547 accepted/tizen/3.0/mobile/20161207.012110 submit/tizen_3.0.m2/20170104.093748 submit/tizen_3.0/20161206.080658
authorjunkyu han <junkyu.han@samsung.com>
Tue, 6 Dec 2016 08:00:00 +0000 (17:00 +0900)
committerjunkyu han <junkyu.han@samsung.com>
Tue, 6 Dec 2016 08:02:49 +0000 (17:02 +0900)
Change-Id: Icad7fd5492033aeed204099330bc6e89829c1a4f

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);