mirror of
https://github.com/hyprwm/wlroots-hyprland.git
synced 2024-12-02 01:05:58 +01:00
wlr_drag: remove unused point_destroy field
This commit is contained in:
parent
616f06c25c
commit
e410ff8dd4
1 changed files with 0 additions and 1 deletions
|
@ -136,7 +136,6 @@ struct wlr_drag {
|
||||||
struct wl_signal destroy;
|
struct wl_signal destroy;
|
||||||
} events;
|
} events;
|
||||||
|
|
||||||
struct wl_listener point_destroy;
|
|
||||||
struct wl_listener source_destroy;
|
struct wl_listener source_destroy;
|
||||||
struct wl_listener seat_client_destroy;
|
struct wl_listener seat_client_destroy;
|
||||||
struct wl_listener icon_destroy;
|
struct wl_listener icon_destroy;
|
||||||
|
|
Loading…
Reference in a new issue