video:hwc_planes: remove unused function. 31/225331/1
authorSeunghun Lee <shiin.lee@samsung.com>
Tue, 18 Feb 2020 12:04:32 +0000 (21:04 +0900)
committerSeunghun Lee <shiin.lee@samsung.com>
Tue, 18 Feb 2020 12:04:32 +0000 (21:04 +0900)
Change-Id: Ie2769e4d2fcbe74c6161cf401f6f4c037036c72f

src/bin/video/iface/e_video_hwc.h
src/bin/video/iface/e_video_hwc_planes.c

index 16f0f16..a04cdc0 100644 (file)
@@ -111,7 +111,6 @@ EINTERN Eina_Bool    e_video_hwc_current_fb_update(E_Video_Hwc *evh);
 
 /* Functions for HWC Planes */
 EINTERN E_Video_Hwc *e_video_hwc_planes_create(E_Output *output, E_Client *ec);
-EINTERN Eina_Bool    e_video_hwc_planes_properties_commit(E_Video_Hwc *evh);
 EINTERN Eina_Bool    e_video_hwc_planes_property_delay_set(E_Video_Hwc *evh, unsigned int id, tdm_value value);
 
 /* Functions for HWC Windows */
index 8519d43..97df7a4 100644 (file)
@@ -979,29 +979,6 @@ e_video_hwc_planes_create(E_Output *output, E_Client *ec)
 }
 
 EINTERN Eina_Bool
-e_video_hwc_planes_properties_commit(E_Video_Hwc *evh)
-{
-   E_Video_Hwc_Planes *evhp;
-
-   evhp = (E_Video_Hwc_Planes *)evh;
-
-   /* FIXME: Is it really necessary? */
-   if (evhp->tdm.layer)
-     return EINA_TRUE;
-
-   VIN("set layer: show", evhp->base.ec);
-   if (!_e_video_hwc_planes_tdm_layer_set(evhp))
-     {
-        VER("set layer failed", evhp->base.ec);
-        return EINA_FALSE;
-     }
-
-   _tdm_layer_property_list_set(evhp->tdm.layer, &evhp->tdm.prop_list);
-
-   return EINA_TRUE;
-}
-
-EINTERN Eina_Bool
 e_video_hwc_planes_property_delay_set(E_Video_Hwc *evh, unsigned int id, tdm_value value)
 {
    E_Video_Hwc_Planes *evhp;