e_eom: erase unnecessary condition 10/206810/2
authorJunkyeong Kim <jk0430.kim@samsung.com>
Mon, 27 May 2019 10:40:49 +0000 (19:40 +0900)
committerSooChan Lim <sc1.lim@samsung.com>
Tue, 28 May 2019 10:45:15 +0000 (10:45 +0000)
Change-Id: If5f5cd4304e9c7c624cb98d5f08fedc83dc0d006
Signed-off-by: Junkyeong Kim <jk0430.kim@samsung.com>
src/bin/e_eom.c

index 29a65eb..7aea8a6 100644 (file)
@@ -2000,7 +2000,7 @@ _e_eom_window_set_internal(struct wl_resource *resource, int output_id, E_Client
    Eina_Bool ret = EINA_FALSE;
    E_Plane *ep = NULL;
 
-   if (!resource || output_id <= 0 || !ec || !ec->comp_data || e_object_is_del(E_OBJECT(ec)))
+   if (!resource || output_id <= 0 || !ec || e_object_is_del(E_OBJECT(ec)))
      return;
 
    eom_client = _e_eom_client_get_by_resource(resource);