From b1ff35cdb6c8c8edfd02b5284020c1d3b3755efb Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Tue, 18 Feb 2020 21:04:32 +0900 Subject: [PATCH] video:hwc_planes: remove unused function. Change-Id: Ie2769e4d2fcbe74c6161cf401f6f4c037036c72f --- src/bin/video/iface/e_video_hwc.h | 1 - src/bin/video/iface/e_video_hwc_planes.c | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/src/bin/video/iface/e_video_hwc.h b/src/bin/video/iface/e_video_hwc.h index 16f0f164ae..a04cdc0f46 100644 --- a/src/bin/video/iface/e_video_hwc.h +++ b/src/bin/video/iface/e_video_hwc.h @@ -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 */ diff --git a/src/bin/video/iface/e_video_hwc_planes.c b/src/bin/video/iface/e_video_hwc_planes.c index 8519d4398f..97df7a4a82 100644 --- a/src/bin/video/iface/e_video_hwc_planes.c +++ b/src/bin/video/iface/e_video_hwc_planes.c @@ -978,29 +978,6 @@ e_video_hwc_planes_create(E_Output *output, E_Client *ec) return (E_Video_Hwc *)evhp; } -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) { -- 2.34.1