compositor-drm: Remove unused output reference in drm_fb
authorEmmanuel Gil Peyrot <emmanuel.peyrot@collabora.com>
Mon, 2 May 2016 21:40:10 +0000 (22:40 +0100)
committerPekka Paalanen <pekka.paalanen@collabora.co.uk>
Tue, 17 May 2016 14:03:23 +0000 (17:03 +0300)
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>
src/compositor-drm.c

index 6ef706a..136d8eb 100644 (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;