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 <cp.michael@samsung.com>
This commit is contained in:
Chris Michael 2017-03-24 08:54:52 -04:00
parent 8b8c8bf7df
commit 1a3bae8133
1 changed files with 0 additions and 2 deletions

View File

@ -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;