Those struct members are no longer used so we can remove them.

Signed-off-by: Sergi Granell <[email protected]>
---
 src/wayland-server.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/wayland-server.c b/src/wayland-server.c
index 6a8b3e4..82a3b01 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -74,8 +74,6 @@ struct wl_client {
        struct wl_event_source *source;
        struct wl_display *display;
        struct wl_resource *display_resource;
-       uint32_t id_count;
-       uint32_t mask;
        struct wl_list link;
        struct wl_map objects;
        struct wl_priv_signal destroy_signal;
-- 
2.12.0

_______________________________________________
wayland-devel mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/wayland-devel

Reply via email to