From 21f70f6e3dccabb9efe8b0c0fd87fd82edab9c3e Mon Sep 17 00:00:00 2001 From: Seunghun Lee Date: Wed, 19 Feb 2020 09:49:03 +0900 Subject: [PATCH] video:hwc_planes: remove unused forward declaration. Change-Id: I8fb37a70c9b50b29d656bf123b649048d794cc0e --- src/bin/video/iface/e_video_hwc_planes.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bin/video/iface/e_video_hwc_planes.c b/src/bin/video/iface/e_video_hwc_planes.c index 97df7a4a82..b1e4ffed0e 100644 --- a/src/bin/video/iface/e_video_hwc_planes.c +++ b/src/bin/video/iface/e_video_hwc_planes.c @@ -8,7 +8,6 @@ #define CHECKING_PRIMARY_ZPOS typedef struct _E_Video_Hwc_Planes E_Video_Hwc_Planes; -typedef struct _E_Video_Info_Layer E_Video_Info_Layer; struct _E_Video_Hwc_Planes { -- 2.34.1