devilhorns pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=1a3bae8133a738effa6dd01f79d9226df2fcca9c
commit 1a3bae8133a738effa6dd01f79d9226df2fcca9c Author: Chris Michael <[email protected]> Date: Fri Mar 24 08:54:52 2017 -0400 ecore-drm2: Remove unused field in Output structure The 'planes' field in Ecore_Drm2_Output structure is unused and can thus be removed here. @fix Signed-off-by: Chris Michael <[email protected]> --- src/lib/ecore_drm2/ecore_drm2_private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/lib/ecore_drm2/ecore_drm2_private.h b/src/lib/ecore_drm2/ecore_drm2_private.h index 966311b..0ddc80a 100644 --- a/src/lib/ecore_drm2/ecore_drm2_private.h +++ b/src/lib/ecore_drm2/ecore_drm2_private.h @@ -746,8 +746,6 @@ struct _Ecore_Drm2_Output Ecore_Drm2_Output_Mode *current_mode; Eina_List *modes; - Eina_List *planes; - void *user_data; Ecore_Drm2_Release_Handler release_cb; void *release_data; --
