xwayland: remove saved_{width,height}

This has been introduced way back in
be297d9d14 but is never used anywhere.

If compositors want to save the old dimensions before reacting to a
fullscreen or maximize event they can just grab the sizes within their
event handlers instead.
This commit is contained in:
Consolatis 2024-04-29 18:04:11 +02:00 committed by Simon Zeni
parent b22bb921d3
commit 8abd43803b
2 changed files with 0 additions and 16 deletions

View file

@ -118,7 +118,6 @@ struct wlr_xwayland_surface {
int16_t x, y;
uint16_t width, height;
uint16_t saved_width, saved_height;
bool override_redirect;
char *title;