[PATCH wayland] client: remove definition of wl_global
Pekka Paalanen
ppaalanen at gmail.com
Thu Feb 15 12:15:00 UTC 2018
From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
Nothing on the client side uses it since
9fe75537ad207c1496e6d9be41a8f5af4b876506 which was just before the 0.99
release.
Signed-off-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
---
src/wayland-client.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/src/wayland-client.c b/src/wayland-client.c
index c1369b8..c66e0e5 100644
--- a/src/wayland-client.c
+++ b/src/wayland-client.c
@@ -71,13 +71,6 @@ struct wl_proxy {
uint32_t version;
};
-struct wl_global {
- uint32_t id;
- char *interface;
- uint32_t version;
- struct wl_list link;
-};
-
struct wl_event_queue {
struct wl_list event_list;
struct wl_display *display;
--
2.13.6
More information about the wayland-devel
mailing list