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

@ -774,9 +774,6 @@ static void read_surface_title(struct wlr_xwm *xwm,
xsurface->title = NULL;
}
// TODO: drop this field
xsurface->has_utf8_title = reply->type == xwm->atoms[UTF8_STRING];
wl_signal_emit_mutable(&xsurface->events.set_title, NULL);
}