summaryrefslogtreecommitdiff
path: root/src/wayland-server.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wayland-server.c')
-rw-r--r--src/wayland-server.c2
1 files changed, 0 insertions, 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;