aboutsummaryrefslogtreecommitdiff
path: root/include/backend/drm/drm.h
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-05-03 22:50:18 +1200
committerScott Anderson <ascent12@hotmail.com>2017-05-03 22:50:18 +1200
commit4285b0c2187a401dc81d7535f0f0b82329cb0abb (patch)
treebb1e27da2a2446bda74f51a31fd33f34ff3db4c0 /include/backend/drm/drm.h
parentef9768858e5befde26db2cc4fec26a5e5bd0fe22 (diff)
Removed unused fields.
Diffstat (limited to 'include/backend/drm/drm.h')
-rw-r--r--include/backend/drm/drm.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h
index daafc144..51b0cdc6 100644
--- a/include/backend/drm/drm.h
+++ b/include/backend/drm/drm.h
@@ -12,11 +12,6 @@
struct wlr_drm_renderer {
int fd;
- // Currently here so that rendering has access to the event queue.
- // Ideally this is will be removed later once the way events are
- // handled is changed.
- struct wlr_drm_backend *backend;
-
struct gbm_device *gbm;
struct wlr_egl egl;
};