compositor-drm: Remove unused output reference in drm_fb

Signed-off-by: Emmanuel Gil Peyrot <emmanuel.peyrot@collabora.com>
Reviewed-by: Quentin Glidic <sardemff7+git@sardemff7.net>
Reviewed-by: Pekka Paalanen <pekka.paalanen@collabora.co.uk>
This commit is contained in:
Emmanuel Gil Peyrot 2016-05-02 22:40:10 +01:00 committed by Pekka Paalanen
parent 130ae6e7d6
commit 373c1084cb

View File

@ -139,10 +139,7 @@ struct drm_mode {
drmModeModeInfo mode_info;
};
struct drm_output;
struct drm_fb {
struct drm_output *output;
uint32_t fb_id, stride, handle, size;
int fd;
int is_client_buffer;