diff options
author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-03-03 21:56:50 +0100 |
---|---|---|
committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2024-03-03 22:40:53 +0100 |
commit | 52d0f4d6ca68113c661d1ae7c1c42f7af30f5b96 (patch) | |
tree | 8fd4e2395ca260dcd41f077a7d7e3d6ed0a18dcc /include/sway/server.h | |
parent | 44a2cff3b309f181848b535857b80e2e4e7891e1 (diff) |
action-binder-v1: update protocolmaster
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to 'include/sway/server.h')
-rw-r--r-- | include/sway/server.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sway/server.h b/include/sway/server.h index 39a8f557..2a9cb57a 100644 --- a/include/sway/server.h +++ b/include/sway/server.h @@ -115,7 +115,6 @@ struct sway_server { struct wlr_action_binder_v1 *action_binder; struct wl_listener action_binder_bind; - struct wl_listener action_binder_unbind; struct wl_listener action_binder_destroy; struct wl_list pending_launcher_ctxs; // launcher_ctx::link |