aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2022-11-03 23:09:49 +0300
committerKirill Primak <vyivel@eclair.cafe>2022-11-06 17:00:00 +0300
commit75af6a0a3980bebc20994a9768bdd80feda7bf22 (patch)
tree78a2931db32342be7164de53bb855aab8ce05b36 /include
parentbcf6b2bbf86340a61788bc3069e0930b907ef026 (diff)
input-method: use role object destroy handler
Diffstat (limited to 'include')
-rw-r--r--include/wlr/types/wlr_input_method_v2.h2
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;