diff options
Diffstat (limited to 'include/wlr')
-rw-r--r-- | include/wlr/types/wlr_output.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_output.h b/include/wlr/types/wlr_output.h index a1058a8c..a653d527 100644 --- a/include/wlr/types/wlr_output.h +++ b/include/wlr/types/wlr_output.h @@ -24,7 +24,6 @@ struct wlr_output_cursor { struct wl_list link; // only when using a software cursor without a surface - struct wlr_renderer *renderer; struct wlr_texture *texture; // only when using a cursor surface |