Fix unreachable source code. 42/127042/1
authorJiwoong Im <jiwoong.im@samsung.com>
Tue, 13 Dec 2016 01:39:59 +0000 (10:39 +0900)
committerJiwoong Im <jiwoong.im@samsung.com>
Wed, 26 Apr 2017 02:38:59 +0000 (11:38 +0900)
Change-Id: I266bdf1080b497beae8db1cf144210113f389638
Signed-off-by: Jiwoong Im <jiwoong.im@samsung.com>
ug-efl-engine/ug-efl-engine.c

index 5088a4c..0c04277 100755 (executable)
@@ -98,10 +98,6 @@ static void __del_finished(void *data, Evas_Object *obj, void *event_info)
                return;
        }
        Elm_Object_Item *item = event_info;
-       if (!item) {
-               _ERR("item is null");
-               return;
-       }
 
        ui_gadget_h ug = (ui_gadget_h) elm_object_item_data_get(item);
        if (!ug) {