aboutsummaryrefslogtreecommitdiff
path: root/include/backend
diff options
context:
space:
mode:
Diffstat (limited to 'include/backend')
-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;
};