From 743da5c0ae723098fe772aadb93810f60e700ab9 Mon Sep 17 00:00:00 2001
From: Kirill Primak <vyivel@eclair.cafe>
Date: Sat, 4 Mar 2023 23:04:00 +0300
Subject: input-method: use unified map logic

---
 include/wlr/types/wlr_input_method_v2.h | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'include')

diff --git a/include/wlr/types/wlr_input_method_v2.h b/include/wlr/types/wlr_input_method_v2.h
index 11e43590..779e6852 100644
--- a/include/wlr/types/wlr_input_method_v2.h
+++ b/include/wlr/types/wlr_input_method_v2.h
@@ -62,13 +62,10 @@ struct wlr_input_popup_surface_v2 {
 	struct wl_resource *resource;
 	struct wlr_input_method_v2 *input_method;
 	struct wl_list link;
-	bool mapped;
 
 	struct wlr_surface *surface;
 
 	struct {
-		struct wl_signal map;
-		struct wl_signal unmap;
 		struct wl_signal destroy;
 	} events;
 
-- 
cgit v1.2.3