diff options
author | Scott Anderson <ascent12@hotmail.com> | 2017-08-06 21:51:34 +1200 |
---|---|---|
committer | Scott Anderson <ascent12@hotmail.com> | 2017-08-06 21:51:34 +1200 |
commit | 5a636b21ba8c8a42e827fbef24cced82f012ae5b (patch) | |
tree | e9a71f52e53612b65d7f06ee9c38055730a2601e /include | |
parent | 5f7042a1f22247b478b6225c3e1356c72cdd72ba (diff) |
Remove old fields
Diffstat (limited to 'include')
-rw-r--r-- | include/backend/drm.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/backend/drm.h b/include/backend/drm.h index 91346169..9bdd79fd 100644 --- a/include/backend/drm.h +++ b/include/backend/drm.h @@ -145,10 +145,6 @@ struct wlr_output_state { drmModeCrtc *old_crtc; struct wlr_drm_renderer *renderer; - struct gbm_bo *bo[2]; - struct gbm_bo *cursor_bo[2]; - int current_cursor; - uint32_t cursor_width, cursor_height; bool pageflip_pending; }; |