video: Removed lines that is unknown usage. 62/209462/2
authorSeunghun Lee <shiin.lee@samsung.com>
Fri, 31 May 2019 04:22:04 +0000 (13:22 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Mon, 8 Jul 2019 07:46:37 +0000 (16:46 +0900)
Change-Id: Iaeb9203b9326792787a5db3c51504bf6fbdd2a87

src/bin/video/iface/e_video_hwc.c

index a29e481..d96685b 100644 (file)
@@ -1500,16 +1500,8 @@ _e_video_hwc_cb_evas_show(void *data, Evas *e EINA_UNUSED, Evas_Object *obj EINA
    if (ec->comp_data->sub.data && ec->comp_data->sub.data->stand_alone)
      return;
 
-   /* FIXME It seems unnecessary. */
-   if (evh->hwc_policy == E_HWC_POLICY_PLANES)
-     {
-        if (!e_video_hwc_planes_properties_commit(evh))
-          return;
-     }
-
    if (evh->current_fb)
      _e_video_hwc_buffer_show(evh, evh->current_fb, evh->current_fb->content_t);
-
 }
 
 static void