diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-10-21 17:35:37 +1300 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-10-22 10:36:07 +1300 |
commit | 4ea84c5765b138153aa313f23288935192b75c42 (patch) | |
tree | 132521566ebd90abd6edfeb421addf6f08fb55e6 /include/backend/drm | |
parent | 9b984253e2b878128d2042836a8c86228700b1ee (diff) |
Remove unnecesary wlr_renderers
Diffstat (limited to 'include/backend/drm')
-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 7a0e43ea..2ef3cf92 100644 --- a/include/backend/drm/drm.h +++ b/include/backend/drm/drm.h @@ -30,7 +30,6 @@ struct wlr_drm_plane { // Only used by cursor float matrix[16]; - struct wlr_renderer *wlr_rend; struct wlr_texture *wlr_tex; struct gbm_bo *cursor_bo; |