aboutsummaryrefslogtreecommitdiff
path: root/include/wlr
diff options
context:
space:
mode:
authorKirill Primak <vyivel@eclair.cafe>2023-06-02 23:16:11 +0300
committerKirill Primak <vyivel@eclair.cafe>2023-06-02 23:20:05 +0300
commite75407fd4d9b1cdf95caae3fd8f7c04c751c79a5 (patch)
tree5a728d65826ef295849283a2efabbc7b22b2b4f4 /include/wlr
parent17230d33c1af342bd93fc697becb7d8dcf778c61 (diff)
session-lock: remove unused wlr_session_lock_surface_v1.events.map
Diffstat (limited to 'include/wlr')
-rw-r--r--include/wlr/types/wlr_session_lock_v1.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/wlr/types/wlr_session_lock_v1.h b/include/wlr/types/wlr_session_lock_v1.h
index f408f4f2..a955686d 100644
--- a/include/wlr/types/wlr_session_lock_v1.h
+++ b/include/wlr/types/wlr_session_lock_v1.h
@@ -73,7 +73,6 @@ struct wlr_session_lock_surface_v1 {
struct wlr_session_lock_surface_v1_state pending;
struct {
- struct wl_signal map;
struct wl_signal destroy;
} events;