From 373c1084cb49c717f9c7ef161a57561b4e70d557 Mon Sep 17 00:00:00 2001 From: Emmanuel Gil Peyrot Date: Mon, 2 May 2016 22:40:10 +0100 Subject: [PATCH] compositor-drm: Remove unused output reference in drm_fb Signed-off-by: Emmanuel Gil Peyrot Reviewed-by: Quentin Glidic Reviewed-by: Pekka Paalanen --- src/compositor-drm.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/compositor-drm.c b/src/compositor-drm.c index 6ef706a..136d8eb 100644 --- a/src/compositor-drm.c +++ b/src/compositor-drm.c @@ -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; -- 2.7.4