From 4edcdd8a7f725ec2c115b3f2d22c5e9997635bd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=C3=85dahl?= Date: Sun, 18 Dec 2022 10:00:34 +0100 Subject: pointer-lock/wayland: Remove unused instance struct field Part-of: --- src/wayland/meta-pointer-lock-wayland.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/wayland/meta-pointer-lock-wayland.c b/src/wayland/meta-pointer-lock-wayland.c index 30074903c..e6f969a6b 100644 --- a/src/wayland/meta-pointer-lock-wayland.c +++ b/src/wayland/meta-pointer-lock-wayland.c @@ -43,7 +43,6 @@ struct _MetaPointerLockWayland { GObject parent; - MetaWaylandPointerConstraint *constraint; }; G_DEFINE_TYPE (MetaPointerLockWayland, meta_pointer_lock_wayland, -- cgit v1.2.1