xwayland: Remove has_utf8_title field

This commit is contained in:
David Turner 2025-05-15 10:04:46 +01:00 committed by Simon Ser
parent 170f7e0706
commit fae4c5097d
2 changed files with 0 additions and 4 deletions

View file

@ -146,7 +146,6 @@ struct wlr_xwayland_surface {
char *role;
char *startup_id;
pid_t pid;
bool has_utf8_title;
struct wl_list children; // wlr_xwayland_surface.parent_link
struct wlr_xwayland_surface *parent;