diff options
author | Kirill Primak <vyivel@eclair.cafe> | 2022-11-03 23:09:49 +0300 |
---|---|---|
committer | Kirill Primak <vyivel@eclair.cafe> | 2022-11-06 17:00:00 +0300 |
commit | 75af6a0a3980bebc20994a9768bdd80feda7bf22 (patch) | |
tree | 78a2931db32342be7164de53bb855aab8ce05b36 /include | |
parent | bcf6b2bbf86340a61788bc3069e0930b907ef026 (diff) |
input-method: use role object destroy handler
Diffstat (limited to 'include')
-rw-r--r-- | include/wlr/types/wlr_input_method_v2.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/wlr/types/wlr_input_method_v2.h b/include/wlr/types/wlr_input_method_v2.h index 8baeae57..e3f326ac 100644 --- a/include/wlr/types/wlr_input_method_v2.h +++ b/include/wlr/types/wlr_input_method_v2.h @@ -66,8 +66,6 @@ struct wlr_input_popup_surface_v2 { struct wlr_surface *surface; - struct wl_listener surface_destroy; - struct { struct wl_signal map; struct wl_signal unmap; |