diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-10-21 17:44:49 +1300 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-10-22 10:36:07 +1300 |
commit | bdeffad7e5cacd2d1e27ddc0d44b3d9e2c19587d (patch) | |
tree | 2c15ebf8381b8a7a5b32d0f5c8f6c3f191606036 /include/backend/drm/drm.h | |
parent | 822a9f65a4f965a7561de287013c2a5c159453ab (diff) |
Remove drm field from wlr_drm_connector
Diffstat (limited to 'include/backend/drm/drm.h')
-rw-r--r-- | include/backend/drm/drm.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/backend/drm/drm.h b/include/backend/drm/drm.h index 2ef3cf92..b0f5838e 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -112,7 +112,6 @@ struct wlr_drm_mode { struct wlr_drm_connector { struct wlr_output output; - struct wlr_drm_backend *drm; enum wlr_drm_connector_state state; uint32_t id; |