Remove old fields

This commit is contained in:
Scott Anderson 2017-08-06 21:51:34 +12:00
parent 5f7042a1f2
commit 5a636b21ba
1 changed files with 0 additions and 4 deletions

View File

@ -145,10 +145,6 @@ struct wlr_output_state {
drmModeCrtc *old_crtc; drmModeCrtc *old_crtc;
struct wlr_drm_renderer *renderer; 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; bool pageflip_pending;
}; };