examples/fullscreen-shell: remove unused render_data.view field

This commit is contained in:
Simon Ser 2021-08-06 18:27:31 +02:00
parent 1936e136df
commit ca0b19fc9c
1 changed files with 0 additions and 1 deletions

View File

@ -47,7 +47,6 @@ struct fullscreen_output {
struct render_data {
struct wlr_output *output;
struct wlr_renderer *renderer;
struct tinywl_view *view;
struct timespec *when;
};