aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorScott Anderson <ascent12@hotmail.com>2017-08-06 21:51:34 +1200
committerScott Anderson <ascent12@hotmail.com>2017-08-06 21:51:34 +1200
commit5a636b21ba8c8a42e827fbef24cced82f012ae5b (patch)
treee9a71f52e53612b65d7f06ee9c38055730a2601e /include
parent5f7042a1f22247b478b6225c3e1356c72cdd72ba (diff)
Remove old fields
Diffstat (limited to 'include')
-rw-r--r--include/backend/drm.h4
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;
};