mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-11-02 11:55:59 +01:00
xwayland: remove unused listener
This commit is contained in:
parent
4471a83ed0
commit
8348fc3ef8
1 changed files with 0 additions and 1 deletions
|
@ -84,7 +84,6 @@ struct wlr_xwayland {
|
||||||
|
|
||||||
struct wl_listener server_ready;
|
struct wl_listener server_ready;
|
||||||
struct wl_listener server_destroy;
|
struct wl_listener server_destroy;
|
||||||
struct wl_listener client_destroy;
|
|
||||||
struct wl_listener seat_destroy;
|
struct wl_listener seat_destroy;
|
||||||
|
|
||||||
void *data;
|
void *data;
|
||||||
|
|
Loading…
Reference in a new issue