xwayland/shell: don't listen to wlr_surface.events.destroy

The wlr_xwayland_surface_v1 will be destroyed automatically
from xwl_surface_role_destroy().
This commit is contained in:
Kirill Primak 2023-07-26 23:18:45 +03:00 committed by Simon Ser
parent 307720d501
commit 529f1b82ee
2 changed files with 1 additions and 14 deletions

View file

@ -46,8 +46,6 @@ struct wlr_xwayland_surface_v1 {
struct wl_list link;
struct wlr_xwayland_shell_v1 *shell;
bool added;
struct wl_listener surface_destroy;
};
/**