From: JunSeok, Kim Date: Wed, 10 Oct 2018 08:17:59 +0000 (+0900) Subject: e_test_win: remove EINA_SAFETY check on normal situation X-Git-Tag: submit/tizen/20181107.044109^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fheads%2Faccepted%2Ftizen_5.0_unified;p=platform%2Fcore%2Fuifw%2Fe-tizen-testcase.git e_test_win: remove EINA_SAFETY check on normal situation Change-Id: I192205f469c92530a0203886013cd99a2d1b932e --- diff --git a/src/e_test_win.h b/src/e_test_win.h index 9d4fbc8..e938b6d 100644 --- a/src/e_test_win.h +++ b/src/e_test_win.h @@ -64,7 +64,7 @@ public: } void hide() { - EINA_SAFETY_ON_NULL_RETURN(elm_win); + if (!elm_win) return; evas_object_hide(elm_win); } void move(int x, int y);