summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/wayland-server.c1
-rw-r--r--src/wayland-server.h1
2 files changed, 0 insertions, 2 deletions
diff --git a/src/wayland-server.c b/src/wayland-server.c
index 61317fe..06c1acc 100644
--- a/src/wayland-server.c
+++ b/src/wayland-server.c
@@ -65,7 +65,6 @@ struct wl_client {
};
struct wl_display {
- struct wl_resource resource;
struct wl_event_loop *loop;
int run;
diff --git a/src/wayland-server.h b/src/wayland-server.h
index c2b2a17..e5f1767 100644
--- a/src/wayland-server.h
+++ b/src/wayland-server.h
@@ -172,7 +172,6 @@ struct wl_grab {
};
struct wl_input_device {
- struct wl_resource resource;
struct wl_list resource_list;
struct wl_compositor *compositor;
struct wl_resource *pointer_focus_resource;