Remove unnecesary wlr_renderers

This commit is contained in:
Scott Anderson 2017-10-21 17:35:37 +13:00
parent 9b984253e2
commit 4ea84c5765
2 changed files with 2 additions and 11 deletions

View file

@ -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;